#986F68

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

Shades of Dark Chestnut #986F68

Tints of Dark Chestnut #986F68

Color information

#986F68 (or 0x986F68) is unknown color: approx Dark Chestnut. HEX triplet: 98, 6F and 68. RGB value is (152,111,104). Sum of RGB (Red+Green+Blue) = 152+111+104=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #986F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986F68 is #679097. Grayscale: #7A7A7A. Windows color (decimal): -6787224 or 6844312. OLE color: 6844312.

HSL color Cylindrical-coordinate representation of color #986F68: hue angle of 8.75º 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 #986F68 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB152111104-
CMYK00.270.320.40
HSL8.75º18.9%50.2%-
HSV(B)8.75º31.58%59.61%-
XYZ21.1319.0415.66-
YUV122.46117.58149.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.42%
GREEN value IS 111 (43.75% from 255) = 30.25%
BLUE value IS 104 (41.02% from 255) = 28.34%
R=41.42%
G=30.25%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211110400.270.320.408.7518.950.2
Hex986F6801B202891332
Octal2301571500334050112362
Binary1001100011011111101000011011100000101000100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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