#996C06

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

Shades of Golden Brown #996C06

Tints of Golden Brown #996C06

Color information

#996C06 (or 0x996C06) is unknown color: approx Golden Brown. HEX triplet: 99, 6C and 06. RGB value is (153,108,6). Sum of RGB (Red+Green+Blue) = 153+108+6=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #996C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996C06 is #6693F9. Grayscale: #6E6E6E. Windows color (decimal): -6722554 or 421017. OLE color: 421017.

HSL color Cylindrical-coordinate representation of color #996C06: hue angle of 41.63º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #996C06 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB1531086-
CMYK00.290.960.4
HSL41.63º92.45%31.18%-
HSV(B)41.63º96.08%60%-
XYZ18.5317.512.58-
YUV109.8369.41158.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.30%
GREEN value IS 108 (42.58% from 255) = 40.45%
BLUE value IS 6 (2.73% from 255) = 2.25%
R=57.30%
G=40.45%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.96
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153108600.290.960.441.6392.4531.18
Hex996C601D60282a5c1f
Octal2311546035140505213437
Binary1001100111011001100111011100000101000101010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996C06; }

 p { color: rgb(153,108,6); }

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

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

 a { background-color: rgb(153,108,6); }

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

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

 span { border-color: rgb(153,108,6); }

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