Shades of Baker's Chocolate #652E00
Tints of Baker's Chocolate #652E00
RGB
CMYK
RGB Variations
Color information
#652E00 (or 0x652E00) is known color: Baker's Chocolate. HEX triplet: 65, 2E and 00. RGB value is (101,46,0). Sum of RGB (Red+Green+Blue) = 101+46+0=147 (19% of max value = 765). Red value is 101 (39.84% from 255 or 68.71% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 101 - color contains mainly: red. Hex color #652E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652E00 is #9AD1FF. Grayscale: #393939. Windows color (decimal): -10146304 or 11877. OLE color: 11877.
HSL color Cylindrical-coordinate representation of color #652E00: hue angle of 27.33º 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 #652E00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 46 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.60 |
| HSL | 27.33º | 1% | 0.2% | - |
| HSV(B) | 27.33º | 1% | 0.4% | - |
| XYZ | 6.34 | 4.72 | 0.58 | - |
| YUV | 57.2 | 95.72 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 46 | 0 | 0 | 0.54 | 1 | 0.60 | 27.33 | 1 | 0.2 |
| Hex | 65 | 2E | 0 | 0 | 36 | 64 | 3C | 1B | 64 | 14 |
| Octal | 145 | 56 | 0 | 0 | 66 | 144 | 74 | 33 | 144 | 24 |
| Binary | 1100101 | 101110 | 0 | 0 | 110110 | 1100100 | 111100 | 11011 | 1100100 | 10100 |
Color Harmonies of #652E00
Complementary color
Monochromatic Colors of #652E00
Black with #652E00
Text Example
Text Example
White with #652E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652E00; }
p { color: rgb(101,46,0); }
H1.HeaderClassName
{
color: #652E00;
}
.AnyTagClassName
{
color: #652E00;
}
</style>
background-color css
<style>
a { background-color: #652E00; }
a { background-color: rgb(101,46,0); }
div.DivClassName
{
background-color: #652E00;
}
.BgClassName
{
background-color: #652E00;
}
</style>
border-color css
<style>
span { border-color: #652E00; }
span { border-color: rgb(101,46,0); }
td.TdClassName
{
border-color: #652E00;
}
.TagClassName
{
border-color: #652E00;
}
</style>