Html Css Color HEX #996019 Golden Brown

📋 copy color: '#996019'

red 153 ◦ green 96 ◦ blue 25

#996019
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #996019

Tints of Golden Brown #996019

RGB

 RED value IS 153 (60.16% from 255) = 55.84%

 GREEN value IS 96 (37.89% from 255) = 35.04%

 BLUE value IS 25 (10.16% from 255) = 9.12%

R = 55.84%
G = 35.04%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#996019 (or 0x996019) is known color: Golden Brown. HEX triplet: 99, 60 and 19. RGB value is (153,96,25). Sum of RGB (Red+Green+Blue) = 153+96+25=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #996019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996019 is #669FE6. Grayscale: #696969. Windows color (decimal): -6725607 or 1663129. OLE color: 1663129.

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

Color convert

RGB 153 96 25 -
CMYK 0 0.37 0.84 0.4
HSL 33.28º 0.72% 0.35% -
HSV(B) 33.28º 0.84% 0.6% -
XYZ 17.5 15.21 2.93 -
YUV 104.95 82.88 162.27 -
System Red Green Blue C M Y K H S L
Decimal 153 96 25 0 0.37 0.84 0.4 33.28 0.72 0.35
Hex 99 60 19 0 25 54 28 21 48 23
Octal 231 140 31 0 45 124 50 41 110 43
Binary 10011001 1100000 11001 0 100101 1010100 101000 100001 1001000 100011

Color Harmonies of #996019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996019

Black with #996019

Text Example


Text Example

White with #996019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996019; }

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

 H1.HeaderClassName
 {
   color: #996019;
 }
 .AnyTagClassName
 {
   color: #996019;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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