#986525

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

Shades of Afghan Tan #986525

Tints of Afghan Tan #986525

Color information

#986525 (or 0x986525) is unknown color: approx Afghan Tan. HEX triplet: 98, 65 and 25. RGB value is (152,101,37). Sum of RGB (Red+Green+Blue) = 152+101+37=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #986525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986525 is #679ADA. Grayscale: #6D6D6D. Windows color (decimal): -6789851 or 2450840. OLE color: 2450840.

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

Color convert

RGB15210137-
CMYK00.340.760.40
HSL33.39º60.85%37.06%-
HSV(B)33.39º75.66%59.61%-
XYZ17.9416.123.92-
YUV108.9587.4158.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.41%
GREEN value IS 101 (39.84% from 255) = 34.83%
BLUE value IS 37 (14.84% from 255) = 12.76%
R=52.41%
G=34.83%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521013700.340.760.4033.3960.8537.06
Hex9865250224C28213d25
Octal2301454504211450417545
Binary10011000110010110010101000101001100101000100001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986525; }

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

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

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

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

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

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

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

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