#986022

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

Shades of Afghan Tan #986022

Tints of Afghan Tan #986022

Color information

#986022 (or 0x986022) is unknown color: approx Afghan Tan. HEX triplet: 98, 60 and 22. RGB value is (152,96,34). Sum of RGB (Red+Green+Blue) = 152+96+34=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #986022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986022 is #679FDD. Grayscale: #696969. Windows color (decimal): -6791134 or 2252952. OLE color: 2252952.

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

Color convert

RGB1529634-
CMYK00.370.780.40
HSL31.53º63.44%36.47%-
HSV(B)31.53º77.63%59.61%-
XYZ17.4215.163.52-
YUV105.6887.55161.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.90%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 34 (13.67% from 255) = 12.06%
R=53.90%
G=34.04%
B=12.06%

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
Decimal152963400.370.780.4031.5363.4436.47
Hex9860220254E28203f24
Octal2301404204511650407744
Binary10011000110000010001001001011001110101000100000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986022; }

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

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

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

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

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

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

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

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