Shades of Baker's Chocolate #652C17
Tints of Baker's Chocolate #652C17
RGB
CMYK
RGB Variations
Color information
#652C17 (or 0x652C17) is known color: Baker's Chocolate. HEX triplet: 65, 2C and 17. RGB value is (101,44,23). Sum of RGB (Red+Green+Blue) = 101+44+23=168 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.12% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 101 - color contains mainly: red. Hex color #652C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652C17 is #9AD3E8. Grayscale: #3A3A3A. Windows color (decimal): -10146793 or 1518693. OLE color: 1518693.
HSL color Cylindrical-coordinate representation of color #652C17: hue angle of 16.15º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #652C17 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 44 | 23 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.60 |
| HSL | 16.15º | 0.63% | 0.24% | - |
| HSV(B) | 16.15º | 0.77% | 0.4% | - |
| XYZ | 6.42 | 4.63 | 1.37 | - |
| YUV | 58.65 | 107.88 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 23 | 0 | 0.56 | 0.77 | 0.60 | 16.15 | 0.63 | 0.24 |
| Hex | 65 | 2C | 17 | 0 | 38 | 4D | 3C | 10 | 3F | 18 |
| Octal | 145 | 54 | 27 | 0 | 70 | 115 | 74 | 20 | 77 | 30 |
| Binary | 1100101 | 101100 | 10111 | 0 | 111000 | 1001101 | 111100 | 10000 | 111111 | 11000 |
Color Harmonies of #652C17
Complementary color
Monochromatic Colors of #652C17
Black with #652C17
Text Example
Text Example
White with #652C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C17; }
p { color: rgb(101,44,23); }
H1.HeaderClassName
{
color: #652C17;
}
.AnyTagClassName
{
color: #652C17;
}
</style>
background-color css
<style>
a { background-color: #652C17; }
a { background-color: rgb(101,44,23); }
div.DivClassName
{
background-color: #652C17;
}
.BgClassName
{
background-color: #652C17;
}
</style>
border-color css
<style>
span { border-color: #652C17; }
span { border-color: rgb(101,44,23); }
td.TdClassName
{
border-color: #652C17;
}
.TagClassName
{
border-color: #652C17;
}
</style>