Shades of Baker's Chocolate #652E04
Tints of Baker's Chocolate #652E04
RGB
CMYK
RGB Variations
Color information
#652E04 (or 0x652E04) is known color: Baker's Chocolate. HEX triplet: 65, 2E and 04. RGB value is (101,46,4). Sum of RGB (Red+Green+Blue) = 101+46+4=151 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.89% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 101 - color contains mainly: red. Hex color #652E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652E04 is #9AD1FB. Grayscale: #393939. Windows color (decimal): -10146300 or 274021. OLE color: 274021.
HSL color Cylindrical-coordinate representation of color #652E04: hue angle of 25.98º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #652E04 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 46 | 4 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.60 |
| HSL | 25.98º | 0.92% | 0.21% | - |
| HSV(B) | 25.98º | 0.96% | 0.4% | - |
| XYZ | 6.37 | 4.73 | 0.69 | - |
| YUV | 57.66 | 97.72 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 46 | 4 | 0 | 0.54 | 0.96 | 0.60 | 25.98 | 0.92 | 0.21 |
| Hex | 65 | 2E | 4 | 0 | 36 | 60 | 3C | 1A | 5C | 15 |
| Octal | 145 | 56 | 4 | 0 | 66 | 140 | 74 | 32 | 134 | 25 |
| Binary | 1100101 | 101110 | 100 | 0 | 110110 | 1100000 | 111100 | 11010 | 1011100 | 10101 |
Color Harmonies of #652E04
Complementary color
Monochromatic Colors of #652E04
Black with #652E04
Text Example
Text Example
White with #652E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652E04; }
p { color: rgb(101,46,4); }
H1.HeaderClassName
{
color: #652E04;
}
.AnyTagClassName
{
color: #652E04;
}
</style>
background-color css
<style>
a { background-color: #652E04; }
a { background-color: rgb(101,46,4); }
div.DivClassName
{
background-color: #652E04;
}
.BgClassName
{
background-color: #652E04;
}
</style>
border-color css
<style>
span { border-color: #652E04; }
span { border-color: rgb(101,46,4); }
td.TdClassName
{
border-color: #652E04;
}
.TagClassName
{
border-color: #652E04;
}
</style>