#996519

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

Shades of Golden Brown #996519

Tints of Golden Brown #996519

Color information

#996519 (or 0x996519) is unknown color: approx Golden Brown. HEX triplet: 99, 65 and 19. RGB value is (153,101,25). Sum of RGB (Red+Green+Blue) = 153+101+25=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #996519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996519 is #669AE6. Grayscale: #6C6C6C. Windows color (decimal): -6724327 or 1664409. OLE color: 1664409.

HSL color Cylindrical-coordinate representation of color #996519: hue angle of 35.62º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #996519 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB15310125-
CMYK00.340.840.4
HSL35.62º71.91%34.9%-
HSV(B)35.62º83.66%60%-
XYZ17.9716.153.09-
YUV107.8881.23160.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.84%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 25 (10.16% from 255) = 8.96%
R=54.84%
G=36.20%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531012500.340.840.435.6271.9134.9
Hex9965190225428244823
Octal23114531042124504411043
Binary10011001110010111001010001010101001010001001001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996519; }

 p { color: rgb(153,101,25); }

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

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

 a { background-color: rgb(153,101,25); }

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

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

 span { border-color: rgb(153,101,25); }

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