#987167

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

Shades of Dark Chestnut #987167

Tints of Dark Chestnut #987167

Color information

#987167 (or 0x987167) is unknown color: approx Dark Chestnut. HEX triplet: 98, 71 and 67. RGB value is (152,113,103). Sum of RGB (Red+Green+Blue) = 152+113+103=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #987167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987167 is #678E98. Grayscale: #7B7B7B. Windows color (decimal): -6786713 or 6779288. OLE color: 6779288.

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

Color convert

RGB152113103-
CMYK00.260.320.40
HSL12.24º19.22%50%-
HSV(B)12.24º32.24%59.61%-
XYZ21.319.4615.47-
YUV123.52116.42148.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 103 (40.62% from 255) = 27.99%
R=41.30%
G=30.71%
B=27.99%

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
Decimal15211310300.260.320.4012.2419.2250
Hex98716701A2028c1332
Octal2301611470324050142362
Binary1001100011100011100111011010100000101000110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987167; }

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

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

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

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

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

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

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

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