#986C67

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

Shades of Dark Chestnut #986C67

Tints of Dark Chestnut #986C67

Color information

#986C67 (or 0x986C67) is unknown color: approx Dark Chestnut. HEX triplet: 98, 6C and 67. RGB value is (152,108,103). Sum of RGB (Red+Green+Blue) = 152+108+103=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #986C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986C67 is #679398. Grayscale: #787878. Windows color (decimal): -6787993 or 6778008. OLE color: 6778008.

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

Color convert

RGB152108103-
CMYK00.290.320.40
HSL6.12º19.22%50%-
HSV(B)6.12º32.24%59.61%-
XYZ20.7618.3815.29-
YUV120.59118.08150.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.87%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 103 (40.62% from 255) = 28.37%
R=41.87%
G=29.75%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210810300.290.320.406.1219.2250
Hex986C6701D202861332
Octal230154147035405062362
Binary100110001101100110011101110110000010100011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,108,103); }

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

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

 a { background-color: rgb(152,108,103); }

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

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

 span { border-color: rgb(152,108,103); }

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