#986627

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

Shades of Afghan Tan #986627

Tints of Afghan Tan #986627

Color information

#986627 (or 0x986627) is unknown color: approx Afghan Tan. HEX triplet: 98, 66 and 27. RGB value is (152,102,39). Sum of RGB (Red+Green+Blue) = 152+102+39=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #986627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986627 is #6799D8. Grayscale: #6E6E6E. Windows color (decimal): -6789593 or 2582168. OLE color: 2582168.

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

Color convert

RGB15210239-
CMYK00.330.740.40
HSL33.45º59.16%37.45%-
HSV(B)33.45º74.34%59.61%-
XYZ18.0716.324.12-
YUV109.7788.06158.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.88%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 39 (15.62% from 255) = 13.31%
R=51.88%
G=34.81%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521023900.330.740.4033.4559.1637.45
Hex9866270214A28213b25
Octal2301464704111250417345
Binary10011000110011010011101000011001010101000100001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986627; }

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

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

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

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

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

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

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

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