#98706B

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

Shades of Dark Chestnut #98706B

Tints of Dark Chestnut #98706B

Color information

#98706B (or 0x98706B) is unknown color: approx Dark Chestnut. HEX triplet: 98, 70 and 6B. RGB value is (152,112,107). Sum of RGB (Red+Green+Blue) = 152+112+107=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #98706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98706B is #678F94. Grayscale: #7B7B7B. Windows color (decimal): -6786965 or 7041176. OLE color: 7041176.

HSL color Cylindrical-coordinate representation of color #98706B: hue angle of 6.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98706B is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB152112107-
CMYK00.260.300.40
HSL6.67º17.93%50.78%-
HSV(B)6.67º29.61%59.61%-
XYZ21.419.3316.51-
YUV123.39118.75148.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=40.97%
G=30.19%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211210700.260.300.406.6717.9350.78
Hex98706B01A1E2871233
Octal230160153032365072263
Binary10011000111000011010110110101111010100011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98706B; }

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

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

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

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

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

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

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

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