Shades of Chestnut #B64641
Tints of Chestnut #B64641
RGB
CMYK
RGB Variations
Color information
#B64641 (or 0xB64641) is known color: Chestnut. HEX triplet: B6, 46 and 41. RGB value is (182,70,65). Sum of RGB (Red+Green+Blue) = 182+70+65=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B64641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64641 is #49B9BE. Grayscale: #676767. Windows color (decimal): -4831679 or 4277942. OLE color: 4277942.
HSL color Cylindrical-coordinate representation of color #B64641: hue angle of 2.56º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64641 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 70 | 65 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.29 |
| HSL | 2.56º | 0.47% | 0.48% | - |
| HSV(B) | 2.56º | 0.64% | 0.71% | - |
| XYZ | 22.44 | 14.71 | 6.66 | - |
| YUV | 102.92 | 106.61 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 70 | 65 | 0 | 0.62 | 0.64 | 0.29 | 2.56 | 0.47 | 0.48 |
| Hex | B6 | 46 | 41 | 0 | 3E | 40 | 1D | 3 | 2F | 30 |
| Octal | 266 | 106 | 101 | 0 | 76 | 100 | 35 | 3 | 57 | 60 |
| Binary | 10110110 | 1000110 | 1000001 | 0 | 111110 | 1000000 | 11101 | 11 | 101111 | 110000 |
Color Harmonies of #B64641
Complementary color
Monochromatic Colors of #B64641
Black with #B64641
Text Example
Text Example
White with #B64641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64641; }
p { color: rgb(182,70,65); }
H1.HeaderClassName
{
color: #B64641;
}
.AnyTagClassName
{
color: #B64641;
}
</style>
background-color css
<style>
a { background-color: #B64641; }
a { background-color: rgb(182,70,65); }
div.DivClassName
{
background-color: #B64641;
}
.BgClassName
{
background-color: #B64641;
}
</style>
border-color css
<style>
span { border-color: #B64641; }
span { border-color: rgb(182,70,65); }
td.TdClassName
{
border-color: #B64641;
}
.TagClassName
{
border-color: #B64641;
}
</style>