Shades of Baker's Chocolate #64331A
Tints of Baker's Chocolate #64331A
RGB
CMYK
RGB Variations
Color information
#64331A (or 0x64331A) is known color: Baker's Chocolate. HEX triplet: 64, 33 and 1A. RGB value is (100,51,26). Sum of RGB (Red+Green+Blue) = 100+51+26=177 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.50% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 100 - color contains mainly: red. Hex color #64331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64331A is #9BCCE5. Grayscale: #3E3E3E. Windows color (decimal): -10210534 or 1717092. OLE color: 1717092.
HSL color Cylindrical-coordinate representation of color #64331A: hue angle of 20.27º 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 #64331A is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 51 | 26 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.61 |
| HSL | 20.27º | 0.59% | 0.25% | - |
| HSV(B) | 20.27º | 0.74% | 0.39% | - |
| XYZ | 6.63 | 5.15 | 1.62 | - |
| YUV | 62.8 | 107.23 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 51 | 26 | 0 | 0.49 | 0.74 | 0.61 | 20.27 | 0.59 | 0.25 |
| Hex | 64 | 33 | 1A | 0 | 31 | 4A | 3D | 14 | 3B | 19 |
| Octal | 144 | 63 | 32 | 0 | 61 | 112 | 75 | 24 | 73 | 31 |
| Binary | 1100100 | 110011 | 11010 | 0 | 110001 | 1001010 | 111101 | 10100 | 111011 | 11001 |
Color Harmonies of #64331A
Complementary color
Monochromatic Colors of #64331A
Black with #64331A
Text Example
Text Example
White with #64331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64331A; }
p { color: rgb(100,51,26); }
H1.HeaderClassName
{
color: #64331A;
}
.AnyTagClassName
{
color: #64331A;
}
</style>
background-color css
<style>
a { background-color: #64331A; }
a { background-color: rgb(100,51,26); }
div.DivClassName
{
background-color: #64331A;
}
.BgClassName
{
background-color: #64331A;
}
</style>
border-color css
<style>
span { border-color: #64331A; }
span { border-color: rgb(100,51,26); }
td.TdClassName
{
border-color: #64331A;
}
.TagClassName
{
border-color: #64331A;
}
</style>