#99615B

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

Shades of Dark Chestnut #99615B

Tints of Dark Chestnut #99615B

Color information

#99615B (or 0x99615B) is unknown color: approx Dark Chestnut. HEX triplet: 99, 61 and 5B. RGB value is (153,97,91). Sum of RGB (Red+Green+Blue) = 153+97+91=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #99615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99615B is #669EA4. Grayscale: #717171. Windows color (decimal): -6725285 or 5988761. OLE color: 5988761.

HSL color Cylindrical-coordinate representation of color #99615B: hue angle of 5.81º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99615B is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB1539791-
CMYK00.370.410.4
HSL5.81º25.41%47.84%-
HSV(B)5.81º40.52%60%-
XYZ19.316.0811.98-
YUV113.06115.55156.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 97 (38.28% from 255) = 28.45%
BLUE value IS 91 (35.94% from 255) = 26.69%
R=44.87%
G=28.45%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153979100.370.410.45.8125.4147.84
Hex99615B025292861930
Octal231141133045515063160
Binary1001100111000011011011010010110100110100011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,97,91); }

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

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

 a { background-color: rgb(153,97,91); }

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

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

 span { border-color: rgb(153,97,91); }

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