#967308

Color #967308 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #967308

Tints of Golden Brown #967308

Color information

#967308 (or 0x967308) is unknown color: approx Golden Brown. HEX triplet: 96, 73 and 08. RGB value is (150,115,8). Sum of RGB (Red+Green+Blue) = 150+115+8=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #967308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967308 is #698CF7. Grayscale: #717171. Windows color (decimal): -6917368 or 553878. OLE color: 553878.

HSL color Cylindrical-coordinate representation of color #967308: hue angle of 45.21º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #967308 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB1501158-
CMYK00.230.950.41
HSL45.21º89.87%30.98%-
HSV(B)45.21º94.67%58.82%-
XYZ18.7518.762.86-
YUV113.2768.6154.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 54.95%
GREEN value IS 115 (45.31% from 255) = 42.12%
BLUE value IS 8 (3.52% from 255) = 2.93%
R=54.95%
G=42.12%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150115800.230.950.4145.2189.8730.98
Hex967380175F292d5a1f
Octal22616310027137515513237
Binary10010110111001110000101111011111101001101101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967308; }

 p { color: rgb(150,115,8); }

 H1.HeaderClassName
 {
   color: #967308;
 }
 .AnyTagClassName
 {
   color: #967308;
 }
</style>
background-color css

<style>
 a { background-color: #967308; }

 a { background-color: rgb(150,115,8); }

 div.DivClassName
 {
   background-color: #967308;
 }
 .BgClassName
 {
   background-color: #967308;
 }
</style>
border-color css

<style>
 span { border-color: #967308; }

 span { border-color: rgb(150,115,8); }

 td.TdClassName
 {
   border-color: #967308;
 }
 .TagClassName
 {
   border-color: #967308;
 }
</style>