#986D63

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

Shades of Dark Chestnut #986D63

Tints of Dark Chestnut #986D63

Color information

#986D63 (or 0x986D63) is unknown color: approx Dark Chestnut. HEX triplet: 98, 6D and 63. RGB value is (152,109,99). Sum of RGB (Red+Green+Blue) = 152+109+99=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #986D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D63 is #67929C. Grayscale: #787878. Windows color (decimal): -6787741 or 6516120. OLE color: 6516120.

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

Color convert

RGB15210999-
CMYK00.280.350.40
HSL11.32º21.12%49.22%-
HSV(B)11.32º34.87%59.61%-
XYZ20.6718.5114.29-
YUV120.72115.75150.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.22%
GREEN value IS 109 (42.97% from 255) = 30.28%
BLUE value IS 99 (39.06% from 255) = 27.5%
R=42.22%
G=30.28%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521099900.280.350.4011.3221.1249.22
Hex986D6301C2328b1531
Octal2301551430344350132561
Binary1001100011011011100011011100100011101000101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,109,99); }

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

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

 a { background-color: rgb(152,109,99); }

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

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

 span { border-color: rgb(152,109,99); }

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