Shades of Baker's Chocolate #64300F
Tints of Baker's Chocolate #64300F
RGB
CMYK
RGB Variations
Color information
#64300F (or 0x64300F) is known color: Baker's Chocolate. HEX triplet: 64, 30 and 0F. RGB value is (100,48,15). Sum of RGB (Red+Green+Blue) = 100+48+15=163 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.35% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 100 - color contains mainly: red. Hex color #64300F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64300F is #9BCFF0. Grayscale: #3B3B3B. Windows color (decimal): -10211313 or 995428. OLE color: 995428.
HSL color Cylindrical-coordinate representation of color #64300F: hue angle of 23.29º 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 #64300F is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 48 | 15 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.61 |
| HSL | 23.29º | 0.74% | 0.23% | - |
| HSV(B) | 23.29º | 0.85% | 0.39% | - |
| XYZ | 6.4 | 4.86 | 1.05 | - |
| YUV | 59.79 | 102.73 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 48 | 15 | 0 | 0.52 | 0.85 | 0.61 | 23.29 | 0.74 | 0.23 |
| Hex | 64 | 30 | F | 0 | 34 | 55 | 3D | 17 | 4A | 17 |
| Octal | 144 | 60 | 17 | 0 | 64 | 125 | 75 | 27 | 112 | 27 |
| Binary | 1100100 | 110000 | 1111 | 0 | 110100 | 1010101 | 111101 | 10111 | 1001010 | 10111 |
Color Harmonies of #64300F
Complementary color
Monochromatic Colors of #64300F
Black with #64300F
Text Example
Text Example
White with #64300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64300F; }
p { color: rgb(100,48,15); }
H1.HeaderClassName
{
color: #64300F;
}
.AnyTagClassName
{
color: #64300F;
}
</style>
background-color css
<style>
a { background-color: #64300F; }
a { background-color: rgb(100,48,15); }
div.DivClassName
{
background-color: #64300F;
}
.BgClassName
{
background-color: #64300F;
}
</style>
border-color css
<style>
span { border-color: #64300F; }
span { border-color: rgb(100,48,15); }
td.TdClassName
{
border-color: #64300F;
}
.TagClassName
{
border-color: #64300F;
}
</style>