#987168

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

Shades of Dark Chestnut #987168

Tints of Dark Chestnut #987168

Color information

#987168 (or 0x987168) is unknown color: approx Dark Chestnut. HEX triplet: 98, 71 and 68. RGB value is (152,113,104). Sum of RGB (Red+Green+Blue) = 152+113+104=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #987168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987168 is #678E97. Grayscale: #7B7B7B. Windows color (decimal): -6786712 or 6844824. OLE color: 6844824.

HSL color Cylindrical-coordinate representation of color #987168: hue angle of 11.25º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #987168 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB152113104-
CMYK00.260.320.40
HSL11.25º18.9%50.2%-
HSV(B)11.25º31.58%59.61%-
XYZ21.3519.4915.73-
YUV123.64116.92148.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.19%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 104 (41.02% from 255) = 28.18%
R=41.19%
G=30.62%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211310400.260.320.4011.2518.950.2
Hex98716801A2028b1332
Octal2301611500324050132362
Binary1001100011100011101000011010100000101000101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987168; }

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

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

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

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

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

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

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

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