#986221

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

Shades of Afghan Tan #986221

Tints of Afghan Tan #986221

Color information

#986221 (or 0x986221) is unknown color: approx Afghan Tan. HEX triplet: 98, 62 and 21. RGB value is (152,98,33). Sum of RGB (Red+Green+Blue) = 152+98+33=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #986221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986221 is #679DDE. Grayscale: #6B6B6B. Windows color (decimal): -6790623 or 2187928. OLE color: 2187928.

HSL color Cylindrical-coordinate representation of color #986221: hue angle of 32.77º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #986221 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB1529833-
CMYK00.360.780.40
HSL32.77º64.32%36.27%-
HSV(B)32.77º78.29%59.61%-
XYZ17.5915.523.51-
YUV106.7486.39160.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.71%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 33 (13.28% from 255) = 11.66%
R=53.71%
G=34.63%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152983300.360.780.4032.7764.3236.27
Hex9862210244E28214024
Octal23014241044116504110044
Binary100110001100010100001010010010011101010001000011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986221; }

 p { color: rgb(152,98,33); }

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

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

 a { background-color: rgb(152,98,33); }

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

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

 span { border-color: rgb(152,98,33); }

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