#986660

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

Shades of Dark Chestnut #986660

Tints of Dark Chestnut #986660

Color information

#986660 (or 0x986660) is unknown color: approx Dark Chestnut. HEX triplet: 98, 66 and 60. RGB value is (152,102,96). Sum of RGB (Red+Green+Blue) = 152+102+96=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #986660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986660 is #67999F. Grayscale: #747474. Windows color (decimal): -6789536 or 6317720. OLE color: 6317720.

HSL color Cylindrical-coordinate representation of color #986660: hue angle of 6.43º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #986660 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB15210296-
CMYK00.330.370.40
HSL6.43º22.58%48.63%-
HSV(B)6.43º36.84%59.61%-
XYZ19.8117.0213.31-
YUV116.27116.56153.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.43%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 96 (37.89% from 255) = 27.43%
R=43.43%
G=29.14%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521029600.330.370.406.4322.5848.63
Hex986660021252861731
Octal230146140041455062761
Binary1001100011001101100000010000110010110100011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986660; }

 p { color: rgb(152,102,96); }

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

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

 a { background-color: rgb(152,102,96); }

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

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

 span { border-color: rgb(152,102,96); }

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