#987069

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

Shades of Dark Chestnut #987069

Tints of Dark Chestnut #987069

Color information

#987069 (or 0x987069) is unknown color: approx Dark Chestnut. HEX triplet: 98, 70 and 69. RGB value is (152,112,105). Sum of RGB (Red+Green+Blue) = 152+112+105=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #987069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987069 is #678F96. Grayscale: #7B7B7B. Windows color (decimal): -6786967 or 6910104. OLE color: 6910104.

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

Color convert

RGB152112105-
CMYK00.260.310.40
HSL8.94º18.58%50.39%-
HSV(B)8.94º30.92%59.61%-
XYZ21.2919.2815.96-
YUV123.16117.75148.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.19%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 105 (41.41% from 255) = 28.46%
R=41.19%
G=30.35%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211210500.260.310.408.9418.5850.39
Hex98706901A1F2891332
Octal2301601510323750112362
Binary100110001110000110100101101011111101000100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987069; }

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

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

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

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

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

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

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

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