Shades of Baker's Chocolate #65310B
Tints of Baker's Chocolate #65310B
RGB
CMYK
RGB Variations
Color information
#65310B (or 0x65310B) is known color: Baker's Chocolate. HEX triplet: 65, 31 and 0B. RGB value is (101,49,11). Sum of RGB (Red+Green+Blue) = 101+49+11=161 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.73% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 101 - color contains mainly: red. Hex color #65310B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65310B is #9ACEF4. Grayscale: #3C3C3C. Windows color (decimal): -10145525 or 733541. OLE color: 733541.
HSL color Cylindrical-coordinate representation of color #65310B: hue angle of 25.33º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65310B is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 49 | 11 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.60 |
| HSL | 25.33º | 0.8% | 0.22% | - |
| HSV(B) | 25.33º | 0.89% | 0.4% | - |
| XYZ | 6.53 | 4.99 | 0.94 | - |
| YUV | 60.22 | 100.23 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 11 | 0 | 0.51 | 0.89 | 0.60 | 25.33 | 0.8 | 0.22 |
| Hex | 65 | 31 | B | 0 | 33 | 59 | 3C | 19 | 50 | 16 |
| Octal | 145 | 61 | 13 | 0 | 63 | 131 | 74 | 31 | 120 | 26 |
| Binary | 1100101 | 110001 | 1011 | 0 | 110011 | 1011001 | 111100 | 11001 | 1010000 | 10110 |
Color Harmonies of #65310B
Complementary color
Monochromatic Colors of #65310B
Black with #65310B
Text Example
Text Example
White with #65310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65310B; }
p { color: rgb(101,49,11); }
H1.HeaderClassName
{
color: #65310B;
}
.AnyTagClassName
{
color: #65310B;
}
</style>
background-color css
<style>
a { background-color: #65310B; }
a { background-color: rgb(101,49,11); }
div.DivClassName
{
background-color: #65310B;
}
.BgClassName
{
background-color: #65310B;
}
</style>
border-color css
<style>
span { border-color: #65310B; }
span { border-color: rgb(101,49,11); }
td.TdClassName
{
border-color: #65310B;
}
.TagClassName
{
border-color: #65310B;
}
</style>