#986863

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

Shades of Dark Chestnut #986863

Tints of Dark Chestnut #986863

Color information

#986863 (or 0x986863) is unknown color: approx Dark Chestnut. HEX triplet: 98, 68 and 63. RGB value is (152,104,99). Sum of RGB (Red+Green+Blue) = 152+104+99=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #986863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986863 is #67979C. Grayscale: #757575. Windows color (decimal): -6789021 or 6514840. OLE color: 6514840.

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

Color convert

RGB15210499-
CMYK00.320.350.40
HSL5.66º21.12%49.22%-
HSV(B)5.66º34.87%59.61%-
XYZ20.1517.4814.12-
YUV117.78117.4152.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 99 (39.06% from 255) = 27.89%
R=42.82%
G=29.30%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521049900.320.350.405.6621.1249.22
Hex986863020232861531
Octal230150143040435062561
Binary1001100011010001100011010000010001110100011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986863; }

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

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

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

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

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

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

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

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