Shades of Chestnut #B65651
Tints of Chestnut #B65651
RGB
CMYK
RGB Variations
Color information
#B65651 (or 0xB65651) is known color: Chestnut. HEX triplet: B6, 56 and 51. RGB value is (182,86,81). Sum of RGB (Red+Green+Blue) = 182+86+81=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B65651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65651 is #49A9AE. Grayscale: #727272. Windows color (decimal): -4827567 or 5330614. OLE color: 5330614.
HSL color Cylindrical-coordinate representation of color #B65651: hue angle of 2.97º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B65651 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 86 | 81 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.29 |
| HSL | 2.97º | 0.41% | 0.52% | - |
| HSV(B) | 2.97º | 0.55% | 0.71% | - |
| XYZ | 24.1 | 17.19 | 9.83 | - |
| YUV | 114.13 | 109.3 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 86 | 81 | 0 | 0.53 | 0.55 | 0.29 | 2.97 | 0.41 | 0.52 |
| Hex | B6 | 56 | 51 | 0 | 35 | 37 | 1D | 3 | 29 | 34 |
| Octal | 266 | 126 | 121 | 0 | 65 | 67 | 35 | 3 | 51 | 64 |
| Binary | 10110110 | 1010110 | 1010001 | 0 | 110101 | 110111 | 11101 | 11 | 101001 | 110100 |
Color Harmonies of #B65651
Complementary color
Monochromatic Colors of #B65651
Black with #B65651
Text Example
Text Example
White with #B65651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65651; }
p { color: rgb(182,86,81); }
H1.HeaderClassName
{
color: #B65651;
}
.AnyTagClassName
{
color: #B65651;
}
</style>
background-color css
<style>
a { background-color: #B65651; }
a { background-color: rgb(182,86,81); }
div.DivClassName
{
background-color: #B65651;
}
.BgClassName
{
background-color: #B65651;
}
</style>
border-color css
<style>
span { border-color: #B65651; }
span { border-color: rgb(182,86,81); }
td.TdClassName
{
border-color: #B65651;
}
.TagClassName
{
border-color: #B65651;
}
</style>