#996E0C

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

Shades of Golden Brown #996E0C

Tints of Golden Brown #996E0C

Color information

#996E0C (or 0x996E0C) is unknown color: approx Golden Brown. HEX triplet: 99, 6E and 0C. RGB value is (153,110,12). Sum of RGB (Red+Green+Blue) = 153+110+12=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #996E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996E0C is #6691F3. Grayscale: #707070. Windows color (decimal): -6722036 or 814745. OLE color: 814745.

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

Color convert

RGB15311012-
CMYK00.280.920.4
HSL41.7º85.45%32.35%-
HSV(B)41.7º92.16%60%-
XYZ18.7817.952.82-
YUV111.6871.75157.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.64%
GREEN value IS 110 (43.36% from 255) = 40%
BLUE value IS 12 (5.08% from 255) = 4.36%
R=55.64%
G=40%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531101200.280.920.441.785.4532.35
Hex996EC01C5C282a5520
Octal23115614034134505212540
Binary100110011101110110001110010111001010001010101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,110,12); }

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

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

 a { background-color: rgb(153,110,12); }

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

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

 span { border-color: rgb(153,110,12); }

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