#986124

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

Shades of Afghan Tan #986124

Tints of Afghan Tan #986124

Color information

#986124 (or 0x986124) is unknown color: approx Afghan Tan. HEX triplet: 98, 61 and 24. RGB value is (152,97,36). Sum of RGB (Red+Green+Blue) = 152+97+36=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #986124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986124 is #679EDB. Grayscale: #6A6A6A. Windows color (decimal): -6790876 or 2384280. OLE color: 2384280.

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

Color convert

RGB1529736-
CMYK00.360.760.40
HSL31.55º61.7%36.86%-
HSV(B)31.55º76.32%59.61%-
XYZ17.5415.353.71-
YUV106.4988.22160.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.33%
GREEN value IS 97 (38.28% from 255) = 34.04%
BLUE value IS 36 (14.45% from 255) = 12.63%
R=53.33%
G=34.04%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152973600.360.760.4031.5561.736.86
Hex9861240244C28203e25
Octal2301414404411450407645
Binary10011000110000110010001001001001100101000100000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986124; }

 p { color: rgb(152,97,36); }

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

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

 a { background-color: rgb(152,97,36); }

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

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

 span { border-color: rgb(152,97,36); }

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