Shades of Baker's Chocolate #65220A
Tints of Baker's Chocolate #65220A
RGB
CMYK
RGB Variations
Color information
#65220A (or 0x65220A) is known color: Baker's Chocolate. HEX triplet: 65, 22 and 0A. RGB value is (101,34,10). Sum of RGB (Red+Green+Blue) = 101+34+10=145 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.66% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 101 - color contains mainly: red. Hex color #65220A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65220A is #9ADDF5. Grayscale: #333333. Windows color (decimal): -10149366 or 664165. OLE color: 664165.
HSL color Cylindrical-coordinate representation of color #65220A: hue angle of 15.82º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65220A is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 34 | 10 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.60 |
| HSL | 15.82º | 0.82% | 0.22% | - |
| HSV(B) | 15.82º | 0.9% | 0.4% | - |
| XYZ | 5.99 | 3.93 | 0.73 | - |
| YUV | 51.3 | 104.7 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 10 | 0 | 0.66 | 0.90 | 0.60 | 15.82 | 0.82 | 0.22 |
| Hex | 65 | 22 | A | 0 | 42 | 5A | 3C | 10 | 52 | 16 |
| Octal | 145 | 42 | 12 | 0 | 102 | 132 | 74 | 20 | 122 | 26 |
| Binary | 1100101 | 100010 | 1010 | 0 | 1000010 | 1011010 | 111100 | 10000 | 1010010 | 10110 |
Color Harmonies of #65220A
Complementary color
Monochromatic Colors of #65220A
Black with #65220A
Text Example
Text Example
White with #65220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65220A; }
p { color: rgb(101,34,10); }
H1.HeaderClassName
{
color: #65220A;
}
.AnyTagClassName
{
color: #65220A;
}
</style>
background-color css
<style>
a { background-color: #65220A; }
a { background-color: rgb(101,34,10); }
div.DivClassName
{
background-color: #65220A;
}
.BgClassName
{
background-color: #65220A;
}
</style>
border-color css
<style>
span { border-color: #65220A; }
span { border-color: rgb(101,34,10); }
td.TdClassName
{
border-color: #65220A;
}
.TagClassName
{
border-color: #65220A;
}
</style>