Shades of Baker's Chocolate #652701
Tints of Baker's Chocolate #652701
RGB
CMYK
RGB Variations
Color information
#652701 (or 0x652701) is known color: Baker's Chocolate. HEX triplet: 65, 27 and 01. RGB value is (101,39,1). Sum of RGB (Red+Green+Blue) = 101+39+1=141 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.63% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 101 - color contains mainly: red. Hex color #652701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652701 is #9AD8FE. Grayscale: #353535. Windows color (decimal): -10148095 or 75621. OLE color: 75621.
HSL color Cylindrical-coordinate representation of color #652701: hue angle of 22.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 #652701 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 39 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.60 |
| HSL | 22.8º | 0.98% | 0.2% | - |
| HSV(B) | 22.8º | 0.99% | 0.4% | - |
| XYZ | 6.1 | 4.22 | 0.52 | - |
| YUV | 53.21 | 98.54 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 39 | 1 | 0 | 0.61 | 0.99 | 0.60 | 22.8 | 0.98 | 0.2 |
| Hex | 65 | 27 | 1 | 0 | 3D | 63 | 3C | 17 | 62 | 14 |
| Octal | 145 | 47 | 1 | 0 | 75 | 143 | 74 | 27 | 142 | 24 |
| Binary | 1100101 | 100111 | 1 | 0 | 111101 | 1100011 | 111100 | 10111 | 1100010 | 10100 |
Color Harmonies of #652701
Complementary color
Monochromatic Colors of #652701
Black with #652701
Text Example
Text Example
White with #652701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652701; }
p { color: rgb(101,39,1); }
H1.HeaderClassName
{
color: #652701;
}
.AnyTagClassName
{
color: #652701;
}
</style>
background-color css
<style>
a { background-color: #652701; }
a { background-color: rgb(101,39,1); }
div.DivClassName
{
background-color: #652701;
}
.BgClassName
{
background-color: #652701;
}
</style>
border-color css
<style>
span { border-color: #652701; }
span { border-color: rgb(101,39,1); }
td.TdClassName
{
border-color: #652701;
}
.TagClassName
{
border-color: #652701;
}
</style>