#986642

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

Shades of Dark Tan #986642

Tints of Dark Tan #986642

Color information

#986642 (or 0x986642) is unknown color: approx Dark Tan. HEX triplet: 98, 66 and 42. RGB value is (152,102,66). Sum of RGB (Red+Green+Blue) = 152+102+66=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #986642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986642 is #6799BD. Grayscale: #717171. Windows color (decimal): -6789566 or 4351640. OLE color: 4351640.

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

Color convert

RGB15210266-
CMYK00.330.570.40
HSL25.12º39.45%42.75%-
HSV(B)25.12º56.58%59.61%-
XYZ18.6816.577.37-
YUV112.85101.56155.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.5%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 66 (26.17% from 255) = 20.62%
R=47.5%
G=31.88%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521026600.330.570.4025.1239.4542.75
Hex986642021392819272b
Octal2301461020417150314753
Binary1001100011001101000010010000111100110100011001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986642; }

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

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

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

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

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

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

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

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