#996224

Color #996224 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #996224

Tints of Afghan Tan #996224

Color information

#996224 (or 0x996224) is unknown color: approx Afghan Tan. HEX triplet: 99, 62 and 24. RGB value is (153,98,36). Sum of RGB (Red+Green+Blue) = 153+98+36=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #996224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996224 is #669DDB. Grayscale: #6B6B6B. Windows color (decimal): -6725084 or 2384537. OLE color: 2384537.

HSL color Cylindrical-coordinate representation of color #996224: hue angle of 31.79º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #996224 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB1539836-
CMYK00.360.760.4
HSL31.79º61.9%37.06%-
HSV(B)31.79º76.47%60%-
XYZ17.8215.643.75-
YUV107.3887.72160.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.31%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 36 (14.45% from 255) = 12.54%
R=53.31%
G=34.15%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153983600.360.760.431.7961.937.06
Hex9962240244C28203e25
Octal2311424404411450407645
Binary10011001110001010010001001001001100101000100000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996224; }

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

 H1.HeaderClassName
 {
   color: #996224;
 }
 .AnyTagClassName
 {
   color: #996224;
 }
</style>
background-color css

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

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

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

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

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

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