#996E0D

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

Shades of Golden Brown #996E0D

Tints of Golden Brown #996E0D

Color information

#996E0D (or 0x996E0D) is unknown color: approx Golden Brown. HEX triplet: 99, 6E and 0D. RGB value is (153,110,13). Sum of RGB (Red+Green+Blue) = 153+110+13=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #996E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996E0D is #6691F2. Grayscale: #707070. Windows color (decimal): -6722035 or 880281. OLE color: 880281.

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

Color convert

RGB15311013-
CMYK00.280.920.4
HSL41.57º84.34%32.55%-
HSV(B)41.57º91.5%60%-
XYZ18.7917.952.86-
YUV111.872.25157.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.43%
GREEN value IS 110 (43.36% from 255) = 39.86%
BLUE value IS 13 (5.47% from 255) = 4.71%
R=55.43%
G=39.86%
B=4.71%

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
Decimal1531101300.280.920.441.5784.3432.55
Hex996ED01C5C282a5421
Octal23115615034134505212441
Binary100110011101110110101110010111001010001010101010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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