Shades of Baker's Chocolate #65290D
Tints of Baker's Chocolate #65290D
RGB
CMYK
RGB Variations
Color information
#65290D (or 0x65290D) is known color: Baker's Chocolate. HEX triplet: 65, 29 and 0D. RGB value is (101,41,13). Sum of RGB (Red+Green+Blue) = 101+41+13=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #65290D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65290D is #9AD6F2. Grayscale: #373737. Windows color (decimal): -10147571 or 862565. OLE color: 862565.
HSL color Cylindrical-coordinate representation of color #65290D: hue angle of 19.09º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #65290D is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 41 | 13 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.60 |
| HSL | 19.09º | 0.77% | 0.22% | - |
| HSV(B) | 19.09º | 0.87% | 0.4% | - |
| XYZ | 6.23 | 4.38 | 0.9 | - |
| YUV | 55.75 | 103.88 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 13 | 0 | 0.59 | 0.87 | 0.60 | 19.09 | 0.77 | 0.22 |
| Hex | 65 | 29 | D | 0 | 3B | 57 | 3C | 13 | 4D | 16 |
| Octal | 145 | 51 | 15 | 0 | 73 | 127 | 74 | 23 | 115 | 26 |
| Binary | 1100101 | 101001 | 1101 | 0 | 111011 | 1010111 | 111100 | 10011 | 1001101 | 10110 |
Color Harmonies of #65290D
Complementary color
Monochromatic Colors of #65290D
Black with #65290D
Text Example
Text Example
White with #65290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65290D; }
p { color: rgb(101,41,13); }
H1.HeaderClassName
{
color: #65290D;
}
.AnyTagClassName
{
color: #65290D;
}
</style>
background-color css
<style>
a { background-color: #65290D; }
a { background-color: rgb(101,41,13); }
div.DivClassName
{
background-color: #65290D;
}
.BgClassName
{
background-color: #65290D;
}
</style>
border-color css
<style>
span { border-color: #65290D; }
span { border-color: rgb(101,41,13); }
td.TdClassName
{
border-color: #65290D;
}
.TagClassName
{
border-color: #65290D;
}
</style>