#986E68

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

Shades of Dark Chestnut #986E68

Tints of Dark Chestnut #986E68

Color information

#986E68 (or 0x986E68) is unknown color: approx Dark Chestnut. HEX triplet: 98, 6E and 68. RGB value is (152,110,104). Sum of RGB (Red+Green+Blue) = 152+110+104=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #986E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986E68 is #679197. Grayscale: #797979. Windows color (decimal): -6787480 or 6844056. OLE color: 6844056.

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

Color convert

RGB152110104-
CMYK00.280.320.40
HSL7.5º18.9%50.2%-
HSV(B)7.5º31.58%59.61%-
XYZ21.0218.8315.62-
YUV121.87117.91149.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.53%
GREEN value IS 110 (43.36% from 255) = 30.05%
BLUE value IS 104 (41.02% from 255) = 28.42%
R=41.53%
G=30.05%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211010400.280.320.407.518.950.2
Hex986E6801C202881332
Octal2301561500344050102362
Binary1001100011011101101000011100100000101000100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986E68; }

 p { color: rgb(152,110,104); }

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

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

 a { background-color: rgb(152,110,104); }

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

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

 span { border-color: rgb(152,110,104); }

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