Html Css Color HEX #996020 Afghan Tan

📋 copy color: '#996020'

red 153 ◦ green 96 ◦ blue 32

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

Shades of Afghan Tan #996020

Tints of Afghan Tan #996020

RGB

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

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

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

R = 54.45%
G = 34.16%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#996020 (or 0x996020) is known color: Afghan Tan. HEX triplet: 99, 60 and 20. RGB value is (153,96,32). Sum of RGB (Red+Green+Blue) = 153+96+32=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #996020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996020 is #669FDF. Grayscale: #6A6A6A. Windows color (decimal): -6725600 or 2121881. OLE color: 2121881.

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

Color convert

RGB 153 96 32 -
CMYK 0 0.37 0.79 0.4
HSL 31.74º 0.65% 0.36% -
HSV(B) 31.74º 0.79% 0.6% -
XYZ 17.58 15.24 3.38 -
YUV 105.75 86.38 161.7 -
System Red Green Blue C M Y K H S L
Decimal 153 96 32 0 0.37 0.79 0.4 31.74 0.65 0.36
Hex 99 60 20 0 25 4F 28 20 41 24
Octal 231 140 40 0 45 117 50 40 101 44
Binary 10011001 1100000 100000 0 100101 1001111 101000 100000 1000001 100100

Color Harmonies of #996020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996020

Black with #996020

Text Example


Text Example

White with #996020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996020; }

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

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

background-color css

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

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

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

border-color css

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

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

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