#95615B

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

Shades of Dark Chestnut #95615B

Tints of Dark Chestnut #95615B

Color information

#95615B (or 0x95615B) is unknown color: approx Dark Chestnut. HEX triplet: 95, 61 and 5B. RGB value is (149,97,91). Sum of RGB (Red+Green+Blue) = 149+97+91=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #95615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95615B is #6A9EA4. Grayscale: #6F6F6F. Windows color (decimal): -6987429 or 5988757. OLE color: 5988757.

HSL color Cylindrical-coordinate representation of color #95615B: hue angle of 6.21º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95615B is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1499791-
CMYK00.350.390.42
HSL6.21º24.17%47.06%-
HSV(B)6.21º38.93%58.43%-
XYZ18.5615.6911.95-
YUV111.86116.23154.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 91 (35.94% from 255) = 27.00%
R=44.21%
G=28.78%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149979100.350.390.426.2124.1747.06
Hex95615B023272A6182f
Octal225141133043475263057
Binary1001010111000011011011010001110011110101011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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