Shades of Baker's Chocolate #65250E
Tints of Baker's Chocolate #65250E
RGB
CMYK
RGB Variations
Color information
#65250E (or 0x65250E) is known color: Baker's Chocolate. HEX triplet: 65, 25 and 0E. RGB value is (101,37,14). Sum of RGB (Red+Green+Blue) = 101+37+14=152 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.45% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 101 - color contains mainly: red. Hex color #65250E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65250E is #9ADAF1. Grayscale: #353535. Windows color (decimal): -10148594 or 927077. OLE color: 927077.
HSL color Cylindrical-coordinate representation of color #65250E: hue angle of 15.86º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #65250E is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 37 | 14 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.60 |
| HSL | 15.86º | 0.76% | 0.23% | - |
| HSV(B) | 15.86º | 0.86% | 0.4% | - |
| XYZ | 6.11 | 4.12 | 0.89 | - |
| YUV | 53.51 | 105.7 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 37 | 14 | 0 | 0.63 | 0.86 | 0.60 | 15.86 | 0.76 | 0.23 |
| Hex | 65 | 25 | E | 0 | 3F | 56 | 3C | 10 | 4C | 17 |
| Octal | 145 | 45 | 16 | 0 | 77 | 126 | 74 | 20 | 114 | 27 |
| Binary | 1100101 | 100101 | 1110 | 0 | 111111 | 1010110 | 111100 | 10000 | 1001100 | 10111 |
Color Harmonies of #65250E
Complementary color
Monochromatic Colors of #65250E
Black with #65250E
Text Example
Text Example
White with #65250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65250E; }
p { color: rgb(101,37,14); }
H1.HeaderClassName
{
color: #65250E;
}
.AnyTagClassName
{
color: #65250E;
}
</style>
background-color css
<style>
a { background-color: #65250E; }
a { background-color: rgb(101,37,14); }
div.DivClassName
{
background-color: #65250E;
}
.BgClassName
{
background-color: #65250E;
}
</style>
border-color css
<style>
span { border-color: #65250E; }
span { border-color: rgb(101,37,14); }
td.TdClassName
{
border-color: #65250E;
}
.TagClassName
{
border-color: #65250E;
}
</style>