#986327

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

Shades of Afghan Tan #986327

Tints of Afghan Tan #986327

Color information

#986327 (or 0x986327) is unknown color: approx Afghan Tan. HEX triplet: 98, 63 and 27. RGB value is (152,99,39). Sum of RGB (Red+Green+Blue) = 152+99+39=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #986327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986327 is #679CD8. Grayscale: #6C6C6C. Windows color (decimal): -6790361 or 2581400. OLE color: 2581400.

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

Color convert

RGB1529939-
CMYK00.350.740.40
HSL31.86º59.16%37.45%-
HSV(B)31.86º74.34%59.61%-
XYZ17.7815.754.02-
YUV108.0189.06159.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.41%
GREEN value IS 99 (39.06% from 255) = 34.14%
BLUE value IS 39 (15.62% from 255) = 13.45%
R=52.41%
G=34.14%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152993900.350.740.4031.8659.1637.45
Hex9863270234A28203b25
Octal2301434704311250407345
Binary10011000110001110011101000111001010101000100000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986327; }

 p { color: rgb(152,99,39); }

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

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

 a { background-color: rgb(152,99,39); }

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

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

 span { border-color: rgb(152,99,39); }

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