Shades of Baker's Chocolate #65311B
Tints of Baker's Chocolate #65311B
RGB
CMYK
RGB Variations
Color information
#65311B (or 0x65311B) is known color: Baker's Chocolate. HEX triplet: 65, 31 and 1B. RGB value is (101,49,27). Sum of RGB (Red+Green+Blue) = 101+49+27=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #65311B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65311B is #9ACEE4. Grayscale: #3E3E3E. Windows color (decimal): -10145509 or 1782117. OLE color: 1782117.
HSL color Cylindrical-coordinate representation of color #65311B: hue angle of 17.84º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65311B is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 49 | 27 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.60 |
| HSL | 17.84º | 0.58% | 0.25% | - |
| HSV(B) | 17.84º | 0.73% | 0.4% | - |
| XYZ | 6.66 | 5.04 | 1.66 | - |
| YUV | 62.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 27 | 0 | 0.51 | 0.73 | 0.60 | 17.84 | 0.58 | 0.25 |
| Hex | 65 | 31 | 1B | 0 | 33 | 49 | 3C | 12 | 3A | 19 |
| Octal | 145 | 61 | 33 | 0 | 63 | 111 | 74 | 22 | 72 | 31 |
| Binary | 1100101 | 110001 | 11011 | 0 | 110011 | 1001001 | 111100 | 10010 | 111010 | 11001 |
Color Harmonies of #65311B
Complementary color
Monochromatic Colors of #65311B
Black with #65311B
Text Example
Text Example
White with #65311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65311B; }
p { color: rgb(101,49,27); }
H1.HeaderClassName
{
color: #65311B;
}
.AnyTagClassName
{
color: #65311B;
}
</style>
background-color css
<style>
a { background-color: #65311B; }
a { background-color: rgb(101,49,27); }
div.DivClassName
{
background-color: #65311B;
}
.BgClassName
{
background-color: #65311B;
}
</style>
border-color css
<style>
span { border-color: #65311B; }
span { border-color: rgb(101,49,27); }
td.TdClassName
{
border-color: #65311B;
}
.TagClassName
{
border-color: #65311B;
}
</style>