Shades of Baker's Chocolate #64250F
Tints of Baker's Chocolate #64250F
RGB
CMYK
RGB Variations
Color information
#64250F (or 0x64250F) is known color: Baker's Chocolate. HEX triplet: 64, 25 and 0F. RGB value is (100,37,15). Sum of RGB (Red+Green+Blue) = 100+37+15=152 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.79% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 100 - color contains mainly: red. Hex color #64250F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64250F is #9BDAF0. Grayscale: #353535. Windows color (decimal): -10214129 or 992612. OLE color: 992612.
HSL color Cylindrical-coordinate representation of color #64250F: hue angle of 15.53º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64250F is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 37 | 15 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.61 |
| HSL | 15.53º | 0.74% | 0.23% | - |
| HSV(B) | 15.53º | 0.85% | 0.39% | - |
| XYZ | 6 | 4.07 | 0.92 | - |
| YUV | 53.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 37 | 15 | 0 | 0.63 | 0.85 | 0.61 | 15.53 | 0.74 | 0.23 |
| Hex | 64 | 25 | F | 0 | 3F | 55 | 3D | 10 | 4A | 17 |
| Octal | 144 | 45 | 17 | 0 | 77 | 125 | 75 | 20 | 112 | 27 |
| Binary | 1100100 | 100101 | 1111 | 0 | 111111 | 1010101 | 111101 | 10000 | 1001010 | 10111 |
Color Harmonies of #64250F
Complementary color
Monochromatic Colors of #64250F
Black with #64250F
Text Example
Text Example
White with #64250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64250F; }
p { color: rgb(100,37,15); }
H1.HeaderClassName
{
color: #64250F;
}
.AnyTagClassName
{
color: #64250F;
}
</style>
background-color css
<style>
a { background-color: #64250F; }
a { background-color: rgb(100,37,15); }
div.DivClassName
{
background-color: #64250F;
}
.BgClassName
{
background-color: #64250F;
}
</style>
border-color css
<style>
span { border-color: #64250F; }
span { border-color: rgb(100,37,15); }
td.TdClassName
{
border-color: #64250F;
}
.TagClassName
{
border-color: #64250F;
}
</style>