Shades of Dark Chestnut #95675C
Tints of Dark Chestnut #95675C
RGB
CMYK
RGB Variations
Color information
#95675C (or 0x95675C) is known color: Dark Chestnut. HEX triplet: 95, 67 and 5C. RGB value is (149,103,92). Sum of RGB (Red+Green+Blue) = 149+103+92=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #95675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95675C is #6A98A3. Grayscale: #737373. Windows color (decimal): -6985892 or 6055829. OLE color: 6055829.
HSL color Cylindrical-coordinate representation of color #95675C: hue angle of 11.58º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95675C is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 103 | 92 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.42 |
| HSL | 11.58º | 0.24% | 0.47% | - |
| HSV(B) | 11.58º | 0.38% | 0.58% | - |
| XYZ | 19.18 | 16.86 | 12.37 | - |
| YUV | 115.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 92 | 0 | 0.31 | 0.38 | 0.42 | 11.58 | 0.24 | 0.47 |
| Hex | 95 | 67 | 5C | 0 | 1F | 26 | 2A | C | 18 | 2F |
| Octal | 225 | 147 | 134 | 0 | 37 | 46 | 52 | 14 | 30 | 57 |
| Binary | 10010101 | 1100111 | 1011100 | 0 | 11111 | 100110 | 101010 | 1100 | 11000 | 101111 |
Color Harmonies of #95675C
Complementary color
Monochromatic Colors of #95675C
Black with #95675C
Text Example
Text Example
White with #95675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95675C; }
p { color: rgb(149,103,92); }
H1.HeaderClassName
{
color: #95675C;
}
.AnyTagClassName
{
color: #95675C;
}
</style>
background-color css
<style>
a { background-color: #95675C; }
a { background-color: rgb(149,103,92); }
div.DivClassName
{
background-color: #95675C;
}
.BgClassName
{
background-color: #95675C;
}
</style>
border-color css
<style>
span { border-color: #95675C; }
span { border-color: rgb(149,103,92); }
td.TdClassName
{
border-color: #95675C;
}
.TagClassName
{
border-color: #95675C;
}
</style>