#986760

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

Shades of Dark Chestnut #986760

Tints of Dark Chestnut #986760

Color information

#986760 (or 0x986760) is unknown color: approx Dark Chestnut. HEX triplet: 98, 67 and 60. RGB value is (152,103,96). Sum of RGB (Red+Green+Blue) = 152+103+96=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #986760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986760 is #67989F. Grayscale: #747474. Windows color (decimal): -6789280 or 6317976. OLE color: 6317976.

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

Color convert

RGB15210396-
CMYK00.320.370.40
HSL7.5º22.58%48.63%-
HSV(B)7.5º36.84%59.61%-
XYZ19.9117.2213.34-
YUV116.85116.23153.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.30%
GREEN value IS 103 (40.62% from 255) = 29.34%
BLUE value IS 96 (37.89% from 255) = 27.35%
R=43.30%
G=29.34%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521039600.320.370.407.522.5848.63
Hex986760020252881731
Octal2301471400404550102761
Binary10011000110011111000000100000100101101000100010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986760; }

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

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

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

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

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

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

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

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