#986522

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

Shades of Afghan Tan #986522

Tints of Afghan Tan #986522

Color information

#986522 (or 0x986522) is unknown color: approx Afghan Tan. HEX triplet: 98, 65 and 22. RGB value is (152,101,34). Sum of RGB (Red+Green+Blue) = 152+101+34=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #986522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986522 is #679ADD. Grayscale: #6C6C6C. Windows color (decimal): -6789854 or 2254232. OLE color: 2254232.

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

Color convert

RGB15210134-
CMYK00.340.780.40
HSL34.07º63.44%36.47%-
HSV(B)34.07º77.63%59.61%-
XYZ17.8916.13.68-
YUV108.6185.9158.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.96%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 34 (13.67% from 255) = 11.85%
R=52.96%
G=35.19%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521013400.340.780.4034.0763.4436.47
Hex9865220224E28223f24
Octal2301454204211650427744
Binary10011000110010110001001000101001110101000100010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986522; }

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

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

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

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

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

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

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

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