Html Css Color HEX #996E20 Golden Brown

📋 copy color: '#996E20'

red 153 ◦ green 110 ◦ blue 32

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

Shades of Golden Brown #996E20

Tints of Golden Brown #996E20

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.29%

 BLUE value IS 32 (12.89% from 255) = 10.85%

R = 51.86%
G = 37.29%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#996E20 (or 0x996E20) is known color: Golden Brown. HEX triplet: 99, 6E and 20. RGB value is (153,110,32). Sum of RGB (Red+Green+Blue) = 153+110+32=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #996E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996E20 is #6691DF. Grayscale: #727272. Windows color (decimal): -6722016 or 2125465. OLE color: 2125465.

HSL color Cylindrical-coordinate representation of color #996E20: hue angle of 38.68º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #996E20 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 110 32 -
CMYK 0 0.28 0.79 0.4
HSL 38.68º 0.65% 0.36% -
HSV(B) 38.68º 0.79% 0.6% -
XYZ 18.97 18.03 3.85 -
YUV 113.97 81.75 155.84 -
System Red Green Blue C M Y K H S L
Decimal 153 110 32 0 0.28 0.79 0.4 38.68 0.65 0.36
Hex 99 6E 20 0 1C 4F 28 27 41 24
Octal 231 156 40 0 34 117 50 47 101 44
Binary 10011001 1101110 100000 0 11100 1001111 101000 100111 1000001 100100

Color Harmonies of #996E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E20

Black with #996E20

Text Example


Text Example

White with #996E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,110,32); }

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

background-color css

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

 a { background-color: rgb(153,110,32); }

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

border-color css

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

 span { border-color: rgb(153,110,32); }

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