Shades of Baker's Chocolate #642306
Tints of Baker's Chocolate #642306
RGB
CMYK
RGB Variations
Color information
#642306 (or 0x642306) is known color: Baker's Chocolate. HEX triplet: 64, 23 and 06. RGB value is (100,35,6). Sum of RGB (Red+Green+Blue) = 100+35+6=141 (18% of max value = 765). Red value is 100 (39.45% from 255 or 70.92% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 100 - color contains mainly: red. Hex color #642306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642306 is #9BDCF9. Grayscale: #333333. Windows color (decimal): -10214650 or 402276. OLE color: 402276.
HSL color Cylindrical-coordinate representation of color #642306: hue angle of 18.51º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #642306 is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 35 | 6 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.61 |
| HSL | 18.51º | 0.89% | 0.21% | - |
| HSV(B) | 18.51º | 0.94% | 0.39% | - |
| XYZ | 5.89 | 3.92 | 0.62 | - |
| YUV | 51.13 | 102.53 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 6 | 0 | 0.65 | 0.94 | 0.61 | 18.51 | 0.89 | 0.21 |
| Hex | 64 | 23 | 6 | 0 | 41 | 5E | 3D | 13 | 59 | 15 |
| Octal | 144 | 43 | 6 | 0 | 101 | 136 | 75 | 23 | 131 | 25 |
| Binary | 1100100 | 100011 | 110 | 0 | 1000001 | 1011110 | 111101 | 10011 | 1011001 | 10101 |
Color Harmonies of #642306
Complementary color
Monochromatic Colors of #642306
Black with #642306
Text Example
Text Example
White with #642306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642306; }
p { color: rgb(100,35,6); }
H1.HeaderClassName
{
color: #642306;
}
.AnyTagClassName
{
color: #642306;
}
</style>
background-color css
<style>
a { background-color: #642306; }
a { background-color: rgb(100,35,6); }
div.DivClassName
{
background-color: #642306;
}
.BgClassName
{
background-color: #642306;
}
</style>
border-color css
<style>
span { border-color: #642306; }
span { border-color: rgb(100,35,6); }
td.TdClassName
{
border-color: #642306;
}
.TagClassName
{
border-color: #642306;
}
</style>