Shades of Baker's Chocolate #642F0A
Tints of Baker's Chocolate #642F0A
RGB
CMYK
RGB Variations
Color information
#642F0A (or 0x642F0A) is known color: Baker's Chocolate. HEX triplet: 64, 2F and 0A. RGB value is (100,47,10). Sum of RGB (Red+Green+Blue) = 100+47+10=157 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.69% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 100 - color contains mainly: red. Hex color #642F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642F0A is #9BD0F5. Grayscale: #3A3A3A. Windows color (decimal): -10211574 or 667492. OLE color: 667492.
HSL color Cylindrical-coordinate representation of color #642F0A: hue angle of 24.67º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #642F0A is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 47 | 10 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.61 |
| HSL | 24.67º | 0.82% | 0.22% | - |
| HSV(B) | 24.67º | 0.9% | 0.39% | - |
| XYZ | 6.33 | 4.76 | 0.87 | - |
| YUV | 58.63 | 100.56 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 47 | 10 | 0 | 0.53 | 0.90 | 0.61 | 24.67 | 0.82 | 0.22 |
| Hex | 64 | 2F | A | 0 | 35 | 5A | 3D | 19 | 52 | 16 |
| Octal | 144 | 57 | 12 | 0 | 65 | 132 | 75 | 31 | 122 | 26 |
| Binary | 1100100 | 101111 | 1010 | 0 | 110101 | 1011010 | 111101 | 11001 | 1010010 | 10110 |
Color Harmonies of #642F0A
Complementary color
Monochromatic Colors of #642F0A
Black with #642F0A
Text Example
Text Example
White with #642F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642F0A; }
p { color: rgb(100,47,10); }
H1.HeaderClassName
{
color: #642F0A;
}
.AnyTagClassName
{
color: #642F0A;
}
</style>
background-color css
<style>
a { background-color: #642F0A; }
a { background-color: rgb(100,47,10); }
div.DivClassName
{
background-color: #642F0A;
}
.BgClassName
{
background-color: #642F0A;
}
</style>
border-color css
<style>
span { border-color: #642F0A; }
span { border-color: rgb(100,47,10); }
td.TdClassName
{
border-color: #642F0A;
}
.TagClassName
{
border-color: #642F0A;
}
</style>