Shades of Baker's Chocolate #64390F
Tints of Baker's Chocolate #64390F
RGB
CMYK
RGB Variations
Color information
#64390F (or 0x64390F) is known color: Baker's Chocolate. HEX triplet: 64, 39 and 0F. RGB value is (100,57,15). Sum of RGB (Red+Green+Blue) = 100+57+15=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #64390F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64390F is #9BC6F0. Grayscale: #414141. Windows color (decimal): -10209009 or 997732. OLE color: 997732.
HSL color Cylindrical-coordinate representation of color #64390F: hue angle of 29.65º 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 #64390F is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 57 | 15 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.61 |
| HSL | 29.65º | 0.74% | 0.23% | - |
| HSV(B) | 29.65º | 0.85% | 0.39% | - |
| XYZ | 6.8 | 5.67 | 1.19 | - |
| YUV | 65.07 | 99.75 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 57 | 15 | 0 | 0.43 | 0.85 | 0.61 | 29.65 | 0.74 | 0.23 |
| Hex | 64 | 39 | F | 0 | 2B | 55 | 3D | 1E | 4A | 17 |
| Octal | 144 | 71 | 17 | 0 | 53 | 125 | 75 | 36 | 112 | 27 |
| Binary | 1100100 | 111001 | 1111 | 0 | 101011 | 1010101 | 111101 | 11110 | 1001010 | 10111 |
Color Harmonies of #64390F
Complementary color
Monochromatic Colors of #64390F
Black with #64390F
Text Example
Text Example
White with #64390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64390F; }
p { color: rgb(100,57,15); }
H1.HeaderClassName
{
color: #64390F;
}
.AnyTagClassName
{
color: #64390F;
}
</style>
background-color css
<style>
a { background-color: #64390F; }
a { background-color: rgb(100,57,15); }
div.DivClassName
{
background-color: #64390F;
}
.BgClassName
{
background-color: #64390F;
}
</style>
border-color css
<style>
span { border-color: #64390F; }
span { border-color: rgb(100,57,15); }
td.TdClassName
{
border-color: #64390F;
}
.TagClassName
{
border-color: #64390F;
}
</style>