#985719

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

Shades of Afghan Tan #985719

Tints of Afghan Tan #985719

Color information

#985719 (or 0x985719) is unknown color: approx Afghan Tan. HEX triplet: 98, 57 and 19. RGB value is (152,87,25). Sum of RGB (Red+Green+Blue) = 152+87+25=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #985719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985719 is #67A8E6. Grayscale: #636363. Windows color (decimal): -6793447 or 1660824. OLE color: 1660824.

HSL color Cylindrical-coordinate representation of color #985719: hue angle of 29.29º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #985719 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB1528725-
CMYK00.430.840.40
HSL29.29º71.75%34.71%-
HSV(B)29.29º83.55%59.61%-
XYZ16.5313.562.67-
YUV99.3786.03165.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.58%
GREEN value IS 87 (34.38% from 255) = 32.95%
BLUE value IS 25 (10.16% from 255) = 9.47%
R=57.58%
G=32.95%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152872500.430.840.4029.2971.7534.71
Hex98571902B54281d4823
Octal23012731053124503511043
Binary1001100010101111100101010111010100101000111011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985719; }

 p { color: rgb(152,87,25); }

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

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

 a { background-color: rgb(152,87,25); }

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

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

 span { border-color: rgb(152,87,25); }

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