#986021

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

Shades of Afghan Tan #986021

Tints of Afghan Tan #986021

Color information

#986021 (or 0x986021) is unknown color: approx Afghan Tan. HEX triplet: 98, 60 and 21. RGB value is (152,96,33). Sum of RGB (Red+Green+Blue) = 152+96+33=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #986021 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986021 is #679FDE. Grayscale: #696969. Windows color (decimal): -6791135 or 2187416. OLE color: 2187416.

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

Color convert

RGB1529633-
CMYK00.370.780.40
HSL31.76º64.32%36.27%-
HSV(B)31.76º78.29%59.61%-
XYZ17.4115.153.45-
YUV105.5687.05161.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.09%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 33 (13.28% from 255) = 11.74%
R=54.09%
G=34.16%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152963300.370.780.4031.7664.3236.27
Hex9860210254E28204024
Octal23014041045116504010044
Binary100110001100000100001010010110011101010001000001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986021; }

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

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

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

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

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

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

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

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