Shades of Baker's Chocolate #652208
Tints of Baker's Chocolate #652208
RGB
CMYK
RGB Variations
Color information
#652208 (or 0x652208) is known color: Baker's Chocolate. HEX triplet: 65, 22 and 08. RGB value is (101,34,8). Sum of RGB (Red+Green+Blue) = 101+34+8=143 (18% of max value = 765). Red value is 101 (39.84% from 255 or 70.63% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 101 - color contains mainly: red. Hex color #652208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652208 is #9ADDF7. Grayscale: #333333. Windows color (decimal): -10149368 or 533093. OLE color: 533093.
HSL color Cylindrical-coordinate representation of color #652208: hue angle of 16.77º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #652208 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 34 | 8 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.60 |
| HSL | 16.77º | 0.85% | 0.21% | - |
| HSV(B) | 16.77º | 0.92% | 0.4% | - |
| XYZ | 5.98 | 3.93 | 0.67 | - |
| YUV | 51.07 | 103.7 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 8 | 0 | 0.66 | 0.92 | 0.60 | 16.77 | 0.85 | 0.21 |
| Hex | 65 | 22 | 8 | 0 | 42 | 5C | 3C | 11 | 55 | 15 |
| Octal | 145 | 42 | 10 | 0 | 102 | 134 | 74 | 21 | 125 | 25 |
| Binary | 1100101 | 100010 | 1000 | 0 | 1000010 | 1011100 | 111100 | 10001 | 1010101 | 10101 |
Color Harmonies of #652208
Complementary color
Monochromatic Colors of #652208
Black with #652208
Text Example
Text Example
White with #652208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652208; }
p { color: rgb(101,34,8); }
H1.HeaderClassName
{
color: #652208;
}
.AnyTagClassName
{
color: #652208;
}
</style>
background-color css
<style>
a { background-color: #652208; }
a { background-color: rgb(101,34,8); }
div.DivClassName
{
background-color: #652208;
}
.BgClassName
{
background-color: #652208;
}
</style>
border-color css
<style>
span { border-color: #652208; }
span { border-color: rgb(101,34,8); }
td.TdClassName
{
border-color: #652208;
}
.TagClassName
{
border-color: #652208;
}
</style>