Shades of Baker's Chocolate #64301A
Tints of Baker's Chocolate #64301A
RGB
CMYK
RGB Variations
Color information
#64301A (or 0x64301A) is known color: Baker's Chocolate. HEX triplet: 64, 30 and 1A. RGB value is (100,48,26). Sum of RGB (Red+Green+Blue) = 100+48+26=174 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.47% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 100 - color contains mainly: red. Hex color #64301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64301A is #9BCFE5. Grayscale: #3D3D3D. Windows color (decimal): -10211302 or 1716324. OLE color: 1716324.
HSL color Cylindrical-coordinate representation of color #64301A: hue angle of 17.84º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64301A is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 48 | 26 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.61 |
| HSL | 17.84º | 0.59% | 0.25% | - |
| HSV(B) | 17.84º | 0.74% | 0.39% | - |
| XYZ | 6.5 | 4.9 | 1.58 | - |
| YUV | 61.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 48 | 26 | 0 | 0.52 | 0.74 | 0.61 | 17.84 | 0.59 | 0.25 |
| Hex | 64 | 30 | 1A | 0 | 34 | 4A | 3D | 12 | 3B | 19 |
| Octal | 144 | 60 | 32 | 0 | 64 | 112 | 75 | 22 | 73 | 31 |
| Binary | 1100100 | 110000 | 11010 | 0 | 110100 | 1001010 | 111101 | 10010 | 111011 | 11001 |
Color Harmonies of #64301A
Complementary color
Monochromatic Colors of #64301A
Black with #64301A
Text Example
Text Example
White with #64301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64301A; }
p { color: rgb(100,48,26); }
H1.HeaderClassName
{
color: #64301A;
}
.AnyTagClassName
{
color: #64301A;
}
</style>
background-color css
<style>
a { background-color: #64301A; }
a { background-color: rgb(100,48,26); }
div.DivClassName
{
background-color: #64301A;
}
.BgClassName
{
background-color: #64301A;
}
</style>
border-color css
<style>
span { border-color: #64301A; }
span { border-color: rgb(100,48,26); }
td.TdClassName
{
border-color: #64301A;
}
.TagClassName
{
border-color: #64301A;
}
</style>