#98716B

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

Shades of Dark Chestnut #98716B

Tints of Dark Chestnut #98716B

Color information

#98716B (or 0x98716B) is unknown color: approx Dark Chestnut. HEX triplet: 98, 71 and 6B. RGB value is (152,113,107). Sum of RGB (Red+Green+Blue) = 152+113+107=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #98716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98716B is #678E94. Grayscale: #7C7C7C. Windows color (decimal): -6786709 or 7041432. OLE color: 7041432.

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

Color convert

RGB152113107-
CMYK00.260.300.40
HSL17.93%50.78%-
HSV(B)29.61%59.61%-
XYZ21.5119.5516.55-
YUV123.98118.42147.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.86%
GREEN value IS 113 (44.53% from 255) = 30.38%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=40.86%
G=30.38%
B=28.76%

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
Decimal15211310700.260.300.40817.9350.78
Hex98716B01A1E2881233
Octal2301611530323650102263
Binary100110001110001110101101101011110101000100010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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