Shades of Baker's Chocolate #641B01
Tints of Baker's Chocolate #641B01
RGB
CMYK
RGB Variations
Color information
#641B01 (or 0x641B01) is known color: Baker's Chocolate. HEX triplet: 64, 1B and 01. RGB value is (100,27,1). Sum of RGB (Red+Green+Blue) = 100+27+1=128 (16% of max value = 765). Red value is 100 (39.45% from 255 or 78.12% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 100 - color contains mainly: red. Hex color #641B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641B01 is #9BE4FE. Grayscale: #2E2E2E. Windows color (decimal): -10216703 or 72548. OLE color: 72548.
HSL color Cylindrical-coordinate representation of color #641B01: hue angle of 15.76º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #641B01 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 27 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.61 |
| HSL | 15.76º | 0.98% | 0.2% | - |
| HSV(B) | 15.76º | 0.99% | 0.39% | - |
| XYZ | 5.65 | 3.5 | 0.41 | - |
| YUV | 45.86 | 102.68 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 1 | 0 | 0.73 | 0.99 | 0.61 | 15.76 | 0.98 | 0.2 |
| Hex | 64 | 1B | 1 | 0 | 49 | 63 | 3D | 10 | 62 | 14 |
| Octal | 144 | 33 | 1 | 0 | 111 | 143 | 75 | 20 | 142 | 24 |
| Binary | 1100100 | 11011 | 1 | 0 | 1001001 | 1100011 | 111101 | 10000 | 1100010 | 10100 |
Color Harmonies of #641B01
Complementary color
Monochromatic Colors of #641B01
Black with #641B01
Text Example
Text Example
White with #641B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641B01; }
p { color: rgb(100,27,1); }
H1.HeaderClassName
{
color: #641B01;
}
.AnyTagClassName
{
color: #641B01;
}
</style>
background-color css
<style>
a { background-color: #641B01; }
a { background-color: rgb(100,27,1); }
div.DivClassName
{
background-color: #641B01;
}
.BgClassName
{
background-color: #641B01;
}
</style>
border-color css
<style>
span { border-color: #641B01; }
span { border-color: rgb(100,27,1); }
td.TdClassName
{
border-color: #641B01;
}
.TagClassName
{
border-color: #641B01;
}
</style>