#986725

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

Shades of Afghan Tan #986725

Tints of Afghan Tan #986725

Color information

#986725 (or 0x986725) is unknown color: approx Afghan Tan. HEX triplet: 98, 67 and 25. RGB value is (152,103,37). Sum of RGB (Red+Green+Blue) = 152+103+37=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #986725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986725 is #6798DA. Grayscale: #6E6E6E. Windows color (decimal): -6789339 or 2451352. OLE color: 2451352.

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

Color convert

RGB15210337-
CMYK00.320.760.40
HSL34.43º60.85%37.06%-
HSV(B)34.43º75.66%59.61%-
XYZ18.1316.513.98-
YUV110.1386.73157.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.05%
GREEN value IS 103 (40.62% from 255) = 35.27%
BLUE value IS 37 (14.84% from 255) = 12.67%
R=52.05%
G=35.27%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521033700.320.760.4034.4360.8537.06
Hex9867250204C28223d25
Octal2301474504011450427545
Binary10011000110011110010101000001001100101000100010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986725; }

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

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

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

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

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

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

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

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