Html Css Color HEX #996220 Afghan Tan

📋 copy color: '#996220'

red 153 ◦ green 98 ◦ blue 32

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

Shades of Afghan Tan #996220

Tints of Afghan Tan #996220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.63%

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

R = 54.06%
G = 34.63%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#996220 (or 0x996220) is known color: Afghan Tan. HEX triplet: 99, 62 and 20. RGB value is (153,98,32). Sum of RGB (Red+Green+Blue) = 153+98+32=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #996220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996220 is #669DDF. Grayscale: #6B6B6B. Windows color (decimal): -6725088 or 2122393. OLE color: 2122393.

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

Color convert

RGB 153 98 32 -
CMYK 0 0.36 0.79 0.4
HSL 32.73º 0.65% 0.36% -
HSV(B) 32.73º 0.79% 0.6% -
XYZ 17.77 15.61 3.44 -
YUV 106.92 85.72 160.87 -
System Red Green Blue C M Y K H S L
Decimal 153 98 32 0 0.36 0.79 0.4 32.73 0.65 0.36
Hex 99 62 20 0 24 4F 28 21 41 24
Octal 231 142 40 0 44 117 50 41 101 44
Binary 10011001 1100010 100000 0 100100 1001111 101000 100001 1000001 100100

Color Harmonies of #996220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996220

Black with #996220

Text Example


Text Example

White with #996220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996220; }

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

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

background-color css

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

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

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

border-color css

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

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

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