#966908

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

Shades of Golden Brown #966908

Tints of Golden Brown #966908

Color information

#966908 (or 0x966908) is unknown color: approx Golden Brown. HEX triplet: 96, 69 and 08. RGB value is (150,105,8). Sum of RGB (Red+Green+Blue) = 150+105+8=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #966908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966908 is #6996F7. Grayscale: #6B6B6B. Windows color (decimal): -6919928 or 551318. OLE color: 551318.

HSL color Cylindrical-coordinate representation of color #966908: hue angle of 40.99º 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 #966908 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB1501058-
CMYK00.300.950.41
HSL40.99º89.87%30.98%-
HSV(B)40.99º94.67%58.82%-
XYZ17.6716.62.5-
YUV107.471.91158.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.03%
GREEN value IS 105 (41.41% from 255) = 39.92%
BLUE value IS 8 (3.52% from 255) = 3.04%
R=57.03%
G=39.92%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150105800.300.950.4140.9989.8730.98
Hex9669801E5F29295a1f
Octal22615110036137515113237
Binary10010110110100110000111101011111101001101001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966908; }

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

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

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

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

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

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

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

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