#99716C

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

Shades of Dark Chestnut #99716C

Tints of Dark Chestnut #99716C

Color information

#99716C (or 0x99716C) is unknown color: approx Dark Chestnut. HEX triplet: 99, 71 and 6C. RGB value is (153,113,108). Sum of RGB (Red+Green+Blue) = 153+113+108=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #99716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99716C is #668E93. Grayscale: #7C7C7C. Windows color (decimal): -6721172 or 7106969. OLE color: 7106969.

HSL color Cylindrical-coordinate representation of color #99716C: 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.29%. Process color model (Four color, CMYK) of #99716C is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB153113108-
CMYK00.260.290.4
HSL6.67º18.07%51.18%-
HSV(B)6.67º29.41%60%-
XYZ21.7519.6716.84-
YUV124.39118.75148.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.91%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 108 (42.58% from 255) = 28.88%
R=40.91%
G=30.21%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311310800.260.290.46.6718.0751.18
Hex99716C01A1D2871233
Octal231161154032355072263
Binary10011001111000111011000110101110110100011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99716C; }

 p { color: rgb(153,113,108); }

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

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

 a { background-color: rgb(153,113,108); }

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

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

 span { border-color: rgb(153,113,108); }

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