Shades of Baker's Chocolate #641E02
Tints of Baker's Chocolate #641E02
RGB
CMYK
RGB Variations
Color information
#641E02 (or 0x641E02) is known color: Baker's Chocolate. HEX triplet: 64, 1E and 02. RGB value is (100,30,2). Sum of RGB (Red+Green+Blue) = 100+30+2=132 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.76% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 100 - color contains mainly: red. Hex color #641E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641E02 is #9BE1FD. Grayscale: #2F2F2F. Windows color (decimal): -10215934 or 138852. OLE color: 138852.
HSL color Cylindrical-coordinate representation of color #641E02: hue angle of 17.14º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #641E02 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 30 | 2 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.61 |
| HSL | 17.14º | 0.96% | 0.2% | - |
| HSV(B) | 17.14º | 0.98% | 0.39% | - |
| XYZ | 5.73 | 3.64 | 0.46 | - |
| YUV | 47.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 30 | 2 | 0 | 0.70 | 0.98 | 0.61 | 17.14 | 0.96 | 0.2 |
| Hex | 64 | 1E | 2 | 0 | 46 | 62 | 3D | 11 | 60 | 14 |
| Octal | 144 | 36 | 2 | 0 | 106 | 142 | 75 | 21 | 140 | 24 |
| Binary | 1100100 | 11110 | 10 | 0 | 1000110 | 1100010 | 111101 | 10001 | 1100000 | 10100 |
Color Harmonies of #641E02
Complementary color
Monochromatic Colors of #641E02
Black with #641E02
Text Example
Text Example
White with #641E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641E02; }
p { color: rgb(100,30,2); }
H1.HeaderClassName
{
color: #641E02;
}
.AnyTagClassName
{
color: #641E02;
}
</style>
background-color css
<style>
a { background-color: #641E02; }
a { background-color: rgb(100,30,2); }
div.DivClassName
{
background-color: #641E02;
}
.BgClassName
{
background-color: #641E02;
}
</style>
border-color css
<style>
span { border-color: #641E02; }
span { border-color: rgb(100,30,2); }
td.TdClassName
{
border-color: #641E02;
}
.TagClassName
{
border-color: #641E02;
}
</style>