#996D15

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

Shades of Golden Brown #996D15

Tints of Golden Brown #996D15

Color information

#996D15 (or 0x996D15) is unknown color: approx Golden Brown. HEX triplet: 99, 6D and 15. RGB value is (153,109,21). Sum of RGB (Red+Green+Blue) = 153+109+21=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #996D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996D15 is #6692EA. Grayscale: #707070. Windows color (decimal): -6722283 or 1404313. OLE color: 1404313.

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

Color convert

RGB15310921-
CMYK00.290.860.4
HSL40º75.86%34.12%-
HSV(B)40º86.27%60%-
XYZ18.7417.763.15-
YUV112.1276.58157.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.06%
GREEN value IS 109 (42.97% from 255) = 38.52%
BLUE value IS 21 (8.59% from 255) = 7.42%
R=54.06%
G=38.52%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531092100.290.860.44075.8634.12
Hex996D1501D5628284c22
Octal23115525035126505011442
Binary1001100111011011010101110110101101010001010001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,109,21); }

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

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

 a { background-color: rgb(153,109,21); }

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

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

 span { border-color: rgb(153,109,21); }

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