Html Css Color HEX #996B20 Golden Brown

📋 copy color: '#996B20'

red 153 ◦ green 107 ◦ blue 32

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

Shades of Golden Brown #996B20

Tints of Golden Brown #996B20

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.64%

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

R = 52.4%
G = 36.64%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#996B20 (or 0x996B20) is known color: Golden Brown. HEX triplet: 99, 6B and 20. RGB value is (153,107,32). Sum of RGB (Red+Green+Blue) = 153+107+32=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #996B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996B20 is #6694DF. Grayscale: #707070. Windows color (decimal): -6722784 or 2124697. OLE color: 2124697.

HSL color Cylindrical-coordinate representation of color #996B20: hue angle of 37.19º 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 #996B20 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 107 32 -
CMYK 0 0.30 0.79 0.4
HSL 37.19º 0.65% 0.36% -
HSV(B) 37.19º 0.79% 0.6% -
XYZ 18.66 17.39 3.74 -
YUV 112.2 82.74 157.1 -
System Red Green Blue C M Y K H S L
Decimal 153 107 32 0 0.30 0.79 0.4 37.19 0.65 0.36
Hex 99 6B 20 0 1E 4F 28 25 41 24
Octal 231 153 40 0 36 117 50 45 101 44
Binary 10011001 1101011 100000 0 11110 1001111 101000 100101 1000001 100100

Color Harmonies of #996B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B20

Black with #996B20

Text Example


Text Example

White with #996B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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