#986E69

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

Shades of Dark Chestnut #986E69

Tints of Dark Chestnut #986E69

Color information

#986E69 (or 0x986E69) is unknown color: approx Dark Chestnut. HEX triplet: 98, 6E and 69. RGB value is (152,110,105). Sum of RGB (Red+Green+Blue) = 152+110+105=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #986E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986E69 is #679196. Grayscale: #7A7A7A. Windows color (decimal): -6787479 or 6909592. OLE color: 6909592.

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

Color convert

RGB152110105-
CMYK00.280.310.40
HSL6.38º18.58%50.39%-
HSV(B)6.38º30.92%59.61%-
XYZ21.0718.8515.89-
YUV121.99118.41149.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.42%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 105 (41.41% from 255) = 28.61%
R=41.42%
G=29.97%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211010500.280.310.406.3818.5850.39
Hex986E6901C1F2861332
Octal230156151034375062362
Binary10011000110111011010010111001111110100011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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