#966406

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

Shades of Golden Brown #966406

Tints of Golden Brown #966406

Color information

#966406 (or 0x966406) is unknown color: approx Golden Brown. HEX triplet: 96, 64 and 06. RGB value is (150,100,6). Sum of RGB (Red+Green+Blue) = 150+100+6=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #966406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966406 is #699BF9. Grayscale: #686868. Windows color (decimal): -6921210 or 418966. OLE color: 418966.

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

Color convert

RGB1501006-
CMYK00.330.960.41
HSL39.17º92.31%30.59%-
HSV(B)39.17º96%58.82%-
XYZ17.1715.612.28-
YUV104.2372.56160.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.59%
GREEN value IS 100 (39.45% from 255) = 39.06%
BLUE value IS 6 (2.73% from 255) = 2.34%
R=58.59%
G=39.06%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150100600.330.960.4139.1792.3130.59
Hex966460216029275c1f
Octal2261446041140514713437
Binary10010110110010011001000011100000101001100111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966406; }

 p { color: rgb(150,100,6); }

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

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

 a { background-color: rgb(150,100,6); }

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

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

 span { border-color: rgb(150,100,6); }

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