Shades of Baker's Chocolate #652107
Tints of Baker's Chocolate #652107
RGB
CMYK
RGB Variations
Color information
#652107 (or 0x652107) is known color: Baker's Chocolate. HEX triplet: 65, 21 and 07. RGB value is (101,33,7). Sum of RGB (Red+Green+Blue) = 101+33+7=141 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.63% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 101 - color contains mainly: red. Hex color #652107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652107 is #9ADEF8. Grayscale: #323232. Windows color (decimal): -10149625 or 467301. OLE color: 467301.
HSL color Cylindrical-coordinate representation of color #652107: hue angle of 16.6º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #652107 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 33 | 7 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.60 |
| HSL | 16.6º | 0.87% | 0.21% | - |
| HSV(B) | 16.6º | 0.93% | 0.4% | - |
| XYZ | 5.95 | 3.87 | 0.63 | - |
| YUV | 50.37 | 103.53 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 7 | 0 | 0.67 | 0.93 | 0.60 | 16.6 | 0.87 | 0.21 |
| Hex | 65 | 21 | 7 | 0 | 43 | 5D | 3C | 11 | 57 | 15 |
| Octal | 145 | 41 | 7 | 0 | 103 | 135 | 74 | 21 | 127 | 25 |
| Binary | 1100101 | 100001 | 111 | 0 | 1000011 | 1011101 | 111100 | 10001 | 1010111 | 10101 |
Color Harmonies of #652107
Complementary color
Monochromatic Colors of #652107
Black with #652107
Text Example
Text Example
White with #652107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652107; }
p { color: rgb(101,33,7); }
H1.HeaderClassName
{
color: #652107;
}
.AnyTagClassName
{
color: #652107;
}
</style>
background-color css
<style>
a { background-color: #652107; }
a { background-color: rgb(101,33,7); }
div.DivClassName
{
background-color: #652107;
}
.BgClassName
{
background-color: #652107;
}
</style>
border-color css
<style>
span { border-color: #652107; }
span { border-color: rgb(101,33,7); }
td.TdClassName
{
border-color: #652107;
}
.TagClassName
{
border-color: #652107;
}
</style>