#99726B

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

Shades of Dark Chestnut #99726B

Tints of Dark Chestnut #99726B

Color information

#99726B (or 0x99726B) is unknown color: approx Dark Chestnut. HEX triplet: 99, 72 and 6B. RGB value is (153,114,107). Sum of RGB (Red+Green+Blue) = 153+114+107=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #99726B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99726B is #668D94. Grayscale: #7C7C7C. Windows color (decimal): -6720917 or 7041689. OLE color: 7041689.

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

Color convert

RGB153114107-
CMYK00.250.300.4
HSL9.13º18.4%50.98%-
HSV(B)9.13º30.07%60%-
XYZ21.8119.8716.6-
YUV124.86117.92148.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.91%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 107 (42.19% from 255) = 28.61%
R=40.91%
G=30.48%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311410700.250.300.49.1318.450.98
Hex99726B0191E2891233
Octal2311621530313650112263
Binary100110011110010110101101100111110101000100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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