#99716B

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

Shades of Dark Chestnut #99716B

Tints of Dark Chestnut #99716B

Color information

#99716B (or 0x99716B) is unknown color: approx Dark Chestnut. HEX triplet: 99, 71 and 6B. RGB value is (153,113,107). Sum of RGB (Red+Green+Blue) = 153+113+107=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #99716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99716B is #668E94. Grayscale: #7C7C7C. Windows color (decimal): -6721173 or 7041433. OLE color: 7041433.

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

Color convert

RGB153113107-
CMYK00.260.300.4
HSL7.83º18.4%50.98%-
HSV(B)7.83º30.07%60%-
XYZ21.719.6416.56-
YUV124.28118.25148.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.02%
GREEN value IS 113 (44.53% from 255) = 30.29%
BLUE value IS 107 (42.19% from 255) = 28.69%
R=41.02%
G=30.29%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311310700.260.300.47.8318.450.98
Hex99716B01A1E2881233
Octal2311611530323650102263
Binary100110011110001110101101101011110101000100010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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