#996119

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

Shades of Golden Brown #996119

Tints of Golden Brown #996119

Color information

#996119 (or 0x996119) is unknown color: approx Golden Brown. HEX triplet: 99, 61 and 19. RGB value is (153,97,25). Sum of RGB (Red+Green+Blue) = 153+97+25=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #996119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996119 is #669EE6. Grayscale: #696969. Windows color (decimal): -6725351 or 1663385. OLE color: 1663385.

HSL color Cylindrical-coordinate representation of color #996119: hue angle of 33.75º 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 #996119 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB1539725-
CMYK00.370.840.4
HSL33.75º71.91%34.9%-
HSV(B)33.75º83.66%60%-
XYZ17.5915.392.96-
YUV105.5482.55161.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.64%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 25 (10.16% from 255) = 9.09%
R=55.64%
G=35.27%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153972500.370.840.433.7571.9134.9
Hex9961190255428224823
Octal23114131045124504211043
Binary10011001110000111001010010110101001010001000101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996119; }

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

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

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

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

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

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

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

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