Shades of Baker's Chocolate #64321B
Tints of Baker's Chocolate #64321B
RGB
CMYK
RGB Variations
Color information
#64321B (or 0x64321B) is known color: Baker's Chocolate. HEX triplet: 64, 32 and 1B. RGB value is (100,50,27). Sum of RGB (Red+Green+Blue) = 100+50+27=177 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.50% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 100 - color contains mainly: red. Hex color #64321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64321B is #9BCDE4. Grayscale: #3E3E3E. Windows color (decimal): -10210789 or 1782372. OLE color: 1782372.
HSL color Cylindrical-coordinate representation of color #64321B: hue angle of 18.9º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64321B is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 50 | 27 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.61 |
| HSL | 18.9º | 0.57% | 0.25% | - |
| HSV(B) | 18.9º | 0.73% | 0.39% | - |
| XYZ | 6.59 | 5.07 | 1.67 | - |
| YUV | 62.33 | 108.07 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 27 | 0 | 0.50 | 0.73 | 0.61 | 18.9 | 0.57 | 0.25 |
| Hex | 64 | 32 | 1B | 0 | 32 | 49 | 3D | 13 | 39 | 19 |
| Octal | 144 | 62 | 33 | 0 | 62 | 111 | 75 | 23 | 71 | 31 |
| Binary | 1100100 | 110010 | 11011 | 0 | 110010 | 1001001 | 111101 | 10011 | 111001 | 11001 |
Color Harmonies of #64321B
Complementary color
Monochromatic Colors of #64321B
Black with #64321B
Text Example
Text Example
White with #64321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64321B; }
p { color: rgb(100,50,27); }
H1.HeaderClassName
{
color: #64321B;
}
.AnyTagClassName
{
color: #64321B;
}
</style>
background-color css
<style>
a { background-color: #64321B; }
a { background-color: rgb(100,50,27); }
div.DivClassName
{
background-color: #64321B;
}
.BgClassName
{
background-color: #64321B;
}
</style>
border-color css
<style>
span { border-color: #64321B; }
span { border-color: rgb(100,50,27); }
td.TdClassName
{
border-color: #64321B;
}
.TagClassName
{
border-color: #64321B;
}
</style>