Shades of Baker's Chocolate #652201
Tints of Baker's Chocolate #652201
RGB
CMYK
RGB Variations
Color information
#652201 (or 0x652201) is known color: Baker's Chocolate. HEX triplet: 65, 22 and 01. RGB value is (101,34,1). Sum of RGB (Red+Green+Blue) = 101+34+1=136 (18% of max value = 765). Red value is 101 (39.84% from 255 or 74.26% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 101 - color contains mainly: red. Hex color #652201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652201 is #9ADDFE. Grayscale: #323232. Windows color (decimal): -10149375 or 74341. OLE color: 74341.
HSL color Cylindrical-coordinate representation of color #652201: hue angle of 19.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #652201 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 34 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.60 |
| HSL | 19.8º | 0.98% | 0.2% | - |
| HSV(B) | 19.8º | 0.99% | 0.4% | - |
| XYZ | 5.94 | 3.91 | 0.47 | - |
| YUV | 50.27 | 100.2 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 1 | 0 | 0.66 | 0.99 | 0.60 | 19.8 | 0.98 | 0.2 |
| Hex | 65 | 22 | 1 | 0 | 42 | 63 | 3C | 14 | 62 | 14 |
| Octal | 145 | 42 | 1 | 0 | 102 | 143 | 74 | 24 | 142 | 24 |
| Binary | 1100101 | 100010 | 1 | 0 | 1000010 | 1100011 | 111100 | 10100 | 1100010 | 10100 |
Color Harmonies of #652201
Complementary color
Monochromatic Colors of #652201
Black with #652201
Text Example
Text Example
White with #652201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652201; }
p { color: rgb(101,34,1); }
H1.HeaderClassName
{
color: #652201;
}
.AnyTagClassName
{
color: #652201;
}
</style>
background-color css
<style>
a { background-color: #652201; }
a { background-color: rgb(101,34,1); }
div.DivClassName
{
background-color: #652201;
}
.BgClassName
{
background-color: #652201;
}
</style>
border-color css
<style>
span { border-color: #652201; }
span { border-color: rgb(101,34,1); }
td.TdClassName
{
border-color: #652201;
}
.TagClassName
{
border-color: #652201;
}
</style>