#986726

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

Shades of Afghan Tan #986726

Tints of Afghan Tan #986726

Color information

#986726 (or 0x986726) is unknown color: approx Afghan Tan. HEX triplet: 98, 67 and 26. RGB value is (152,103,38). Sum of RGB (Red+Green+Blue) = 152+103+38=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #986726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986726 is #6798D9. Grayscale: #6E6E6E. Windows color (decimal): -6789338 or 2516888. OLE color: 2516888.

HSL color Cylindrical-coordinate representation of color #986726: hue angle of 34.21º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #986726 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB15210338-
CMYK00.320.750.40
HSL34.21º60%37.25%-
HSV(B)34.21º75%59.61%-
XYZ18.1516.524.07-
YUV110.2487.23157.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.88%
GREEN value IS 103 (40.62% from 255) = 35.15%
BLUE value IS 38 (15.23% from 255) = 12.97%
R=51.88%
G=35.15%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521033800.320.750.4034.216037.25
Hex9867260204B28223c25
Octal2301474604011350427445
Binary10011000110011110011001000001001011101000100010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986726; }

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

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

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

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

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

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

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

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