Shades of Chestnut #B6564D
Tints of Chestnut #B6564D
RGB
CMYK
RGB Variations
Color information
#B6564D (or 0xB6564D) is known color: Chestnut. HEX triplet: B6, 56 and 4D. RGB value is (182,86,77). Sum of RGB (Red+Green+Blue) = 182+86+77=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B6564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6564D is #49A9B2. Grayscale: #717171. Windows color (decimal): -4827571 or 5068470. OLE color: 5068470.
HSL color Cylindrical-coordinate representation of color #B6564D: hue angle of 5.14º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B6564D is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 86 | 77 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.29 |
| HSL | 5.14º | 0.42% | 0.51% | - |
| HSV(B) | 5.14º | 0.58% | 0.71% | - |
| XYZ | 23.96 | 17.14 | 9.07 | - |
| YUV | 113.68 | 107.3 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 86 | 77 | 0 | 0.53 | 0.58 | 0.29 | 5.14 | 0.42 | 0.51 |
| Hex | B6 | 56 | 4D | 0 | 35 | 3A | 1D | 5 | 2A | 33 |
| Octal | 266 | 126 | 115 | 0 | 65 | 72 | 35 | 5 | 52 | 63 |
| Binary | 10110110 | 1010110 | 1001101 | 0 | 110101 | 111010 | 11101 | 101 | 101010 | 110011 |
Color Harmonies of #B6564D
Complementary color
Monochromatic Colors of #B6564D
Black with #B6564D
Text Example
Text Example
White with #B6564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6564D; }
p { color: rgb(182,86,77); }
H1.HeaderClassName
{
color: #B6564D;
}
.AnyTagClassName
{
color: #B6564D;
}
</style>
background-color css
<style>
a { background-color: #B6564D; }
a { background-color: rgb(182,86,77); }
div.DivClassName
{
background-color: #B6564D;
}
.BgClassName
{
background-color: #B6564D;
}
</style>
border-color css
<style>
span { border-color: #B6564D; }
span { border-color: rgb(182,86,77); }
td.TdClassName
{
border-color: #B6564D;
}
.TagClassName
{
border-color: #B6564D;
}
</style>