#996D13

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

Shades of Golden Brown #996D13

Tints of Golden Brown #996D13

Color information

#996D13 (or 0x996D13) is unknown color: approx Golden Brown. HEX triplet: 99, 6D and 13. RGB value is (153,109,19). Sum of RGB (Red+Green+Blue) = 153+109+19=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #996D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996D13 is #6692EC. Grayscale: #707070. Windows color (decimal): -6722285 or 1273241. OLE color: 1273241.

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

Color convert

RGB15310919-
CMYK00.290.880.4
HSL40.3º77.91%33.73%-
HSV(B)40.3º87.58%60%-
XYZ18.7217.763.06-
YUV111.975.58157.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.45%
GREEN value IS 109 (42.97% from 255) = 38.79%
BLUE value IS 19 (7.81% from 255) = 6.76%
R=54.45%
G=38.79%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531091900.290.880.440.377.9133.73
Hex996D1301D5828284e22
Octal23115523035130505011642
Binary1001100111011011001101110110110001010001010001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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