Shades of Baker's Chocolate #642A05
Tints of Baker's Chocolate #642A05
RGB
CMYK
RGB Variations
Color information
#642A05 (or 0x642A05) is known color: Baker's Chocolate. HEX triplet: 64, 2A and 05. RGB value is (100,42,5). Sum of RGB (Red+Green+Blue) = 100+42+5=147 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.03% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 100 - color contains mainly: red. Hex color #642A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642A05 is #9BD5FA. Grayscale: #373737. Windows color (decimal): -10212859 or 338532. OLE color: 338532.
HSL color Cylindrical-coordinate representation of color #642A05: hue angle of 23.37º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #642A05 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 42 | 5 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.61 |
| HSL | 23.37º | 0.9% | 0.21% | - |
| HSV(B) | 23.37º | 0.95% | 0.39% | - |
| XYZ | 6.11 | 4.38 | 0.67 | - |
| YUV | 55.12 | 99.72 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 5 | 0 | 0.58 | 0.95 | 0.61 | 23.37 | 0.9 | 0.21 |
| Hex | 64 | 2A | 5 | 0 | 3A | 5F | 3D | 17 | 5A | 15 |
| Octal | 144 | 52 | 5 | 0 | 72 | 137 | 75 | 27 | 132 | 25 |
| Binary | 1100100 | 101010 | 101 | 0 | 111010 | 1011111 | 111101 | 10111 | 1011010 | 10101 |
Color Harmonies of #642A05
Complementary color
Monochromatic Colors of #642A05
Black with #642A05
Text Example
Text Example
White with #642A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642A05; }
p { color: rgb(100,42,5); }
H1.HeaderClassName
{
color: #642A05;
}
.AnyTagClassName
{
color: #642A05;
}
</style>
background-color css
<style>
a { background-color: #642A05; }
a { background-color: rgb(100,42,5); }
div.DivClassName
{
background-color: #642A05;
}
.BgClassName
{
background-color: #642A05;
}
</style>
border-color css
<style>
span { border-color: #642A05; }
span { border-color: rgb(100,42,5); }
td.TdClassName
{
border-color: #642A05;
}
.TagClassName
{
border-color: #642A05;
}
</style>