Shades of Baker's Chocolate #65220B
Tints of Baker's Chocolate #65220B
RGB
CMYK
RGB Variations
Color information
#65220B (or 0x65220B) is known color: Baker's Chocolate. HEX triplet: 65, 22 and 0B. RGB value is (101,34,11). Sum of RGB (Red+Green+Blue) = 101+34+11=146 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.18% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 101 - color contains mainly: red. Hex color #65220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65220B is #9ADDF4. Grayscale: #333333. Windows color (decimal): -10149365 or 729701. OLE color: 729701.
HSL color Cylindrical-coordinate representation of color #65220B: hue angle of 15.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 #65220B is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 34 | 11 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.60 |
| HSL | 15.33º | 0.8% | 0.22% | - |
| HSV(B) | 15.33º | 0.89% | 0.4% | - |
| XYZ | 6 | 3.93 | 0.76 | - |
| YUV | 51.41 | 105.2 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 11 | 0 | 0.66 | 0.89 | 0.60 | 15.33 | 0.8 | 0.22 |
| Hex | 65 | 22 | B | 0 | 42 | 59 | 3C | F | 50 | 16 |
| Octal | 145 | 42 | 13 | 0 | 102 | 131 | 74 | 17 | 120 | 26 |
| Binary | 1100101 | 100010 | 1011 | 0 | 1000010 | 1011001 | 111100 | 1111 | 1010000 | 10110 |
Color Harmonies of #65220B
Complementary color
Monochromatic Colors of #65220B
Black with #65220B
Text Example
Text Example
White with #65220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65220B; }
p { color: rgb(101,34,11); }
H1.HeaderClassName
{
color: #65220B;
}
.AnyTagClassName
{
color: #65220B;
}
</style>
background-color css
<style>
a { background-color: #65220B; }
a { background-color: rgb(101,34,11); }
div.DivClassName
{
background-color: #65220B;
}
.BgClassName
{
background-color: #65220B;
}
</style>
border-color css
<style>
span { border-color: #65220B; }
span { border-color: rgb(101,34,11); }
td.TdClassName
{
border-color: #65220B;
}
.TagClassName
{
border-color: #65220B;
}
</style>