Shades of Baker's Chocolate #652108
Tints of Baker's Chocolate #652108
RGB
CMYK
RGB Variations
Color information
#652108 (or 0x652108) is known color: Baker's Chocolate. HEX triplet: 65, 21 and 08. RGB value is (101,33,8). Sum of RGB (Red+Green+Blue) = 101+33+8=142 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.13% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 101 - color contains mainly: red. Hex color #652108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652108 is #9ADEF7. Grayscale: #323232. Windows color (decimal): -10149624 or 532837. OLE color: 532837.
HSL color Cylindrical-coordinate representation of color #652108: hue angle of 16.13º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #652108 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 33 | 8 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.60 |
| HSL | 16.13º | 0.85% | 0.21% | - |
| HSV(B) | 16.13º | 0.92% | 0.4% | - |
| XYZ | 5.95 | 3.87 | 0.66 | - |
| YUV | 50.48 | 104.03 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 8 | 0 | 0.67 | 0.92 | 0.60 | 16.13 | 0.85 | 0.21 |
| Hex | 65 | 21 | 8 | 0 | 43 | 5C | 3C | 10 | 55 | 15 |
| Octal | 145 | 41 | 10 | 0 | 103 | 134 | 74 | 20 | 125 | 25 |
| Binary | 1100101 | 100001 | 1000 | 0 | 1000011 | 1011100 | 111100 | 10000 | 1010101 | 10101 |
Color Harmonies of #652108
Complementary color
Monochromatic Colors of #652108
Black with #652108
Text Example
Text Example
White with #652108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652108; }
p { color: rgb(101,33,8); }
H1.HeaderClassName
{
color: #652108;
}
.AnyTagClassName
{
color: #652108;
}
</style>
background-color css
<style>
a { background-color: #652108; }
a { background-color: rgb(101,33,8); }
div.DivClassName
{
background-color: #652108;
}
.BgClassName
{
background-color: #652108;
}
</style>
border-color css
<style>
span { border-color: #652108; }
span { border-color: rgb(101,33,8); }
td.TdClassName
{
border-color: #652108;
}
.TagClassName
{
border-color: #652108;
}
</style>