Shades of Baker's Chocolate #652C00
Tints of Baker's Chocolate #652C00
RGB
CMYK
RGB Variations
Color information
#652C00 (or 0x652C00) is known color: Baker's Chocolate. HEX triplet: 65, 2C and 00. RGB value is (101,44,0). Sum of RGB (Red+Green+Blue) = 101+44+0=145 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.66% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 101 - color contains mainly: red. Hex color #652C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652C00 is #9AD3FF. Grayscale: #383838. Windows color (decimal): -10146816 or 11365. OLE color: 11365.
HSL color Cylindrical-coordinate representation of color #652C00: hue angle of 26.14º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #652C00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 44 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.60 |
| HSL | 26.14º | 1% | 0.2% | - |
| HSV(B) | 26.14º | 1% | 0.4% | - |
| XYZ | 6.27 | 4.57 | 0.55 | - |
| YUV | 56.03 | 96.38 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 0 | 0 | 0.56 | 1 | 0.60 | 26.14 | 1 | 0.2 |
| Hex | 65 | 2C | 0 | 0 | 38 | 64 | 3C | 1A | 64 | 14 |
| Octal | 145 | 54 | 0 | 0 | 70 | 144 | 74 | 32 | 144 | 24 |
| Binary | 1100101 | 101100 | 0 | 0 | 111000 | 1100100 | 111100 | 11010 | 1100100 | 10100 |
Color Harmonies of #652C00
Complementary color
Monochromatic Colors of #652C00
Black with #652C00
Text Example
Text Example
White with #652C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C00; }
p { color: rgb(101,44,0); }
H1.HeaderClassName
{
color: #652C00;
}
.AnyTagClassName
{
color: #652C00;
}
</style>
background-color css
<style>
a { background-color: #652C00; }
a { background-color: rgb(101,44,0); }
div.DivClassName
{
background-color: #652C00;
}
.BgClassName
{
background-color: #652C00;
}
</style>
border-color css
<style>
span { border-color: #652C00; }
span { border-color: rgb(101,44,0); }
td.TdClassName
{
border-color: #652C00;
}
.TagClassName
{
border-color: #652C00;
}
</style>