#986960

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

Shades of Dark Chestnut #986960

Tints of Dark Chestnut #986960

Color information

#986960 (or 0x986960) is unknown color: approx Dark Chestnut. HEX triplet: 98, 69 and 60. RGB value is (152,105,96). Sum of RGB (Red+Green+Blue) = 152+105+96=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #986960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986960 is #67969F. Grayscale: #767676. Windows color (decimal): -6788768 or 6318488. OLE color: 6318488.

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

Color convert

RGB15210596-
CMYK00.310.370.40
HSL9.64º22.58%48.63%-
HSV(B)9.64º36.84%59.61%-
XYZ20.1117.6213.41-
YUV118.03115.57152.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.06%
GREEN value IS 105 (41.41% from 255) = 29.75%
BLUE value IS 96 (37.89% from 255) = 27.20%
R=43.06%
G=29.75%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521059600.310.370.409.6422.5848.63
Hex98696001F2528a1731
Octal2301511400374550122761
Binary1001100011010011100000011111100101101000101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986960; }

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

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

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

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

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

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

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

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