Shades of Baker's Chocolate #621E06
Tints of Baker's Chocolate #621E06
RGB
CMYK
RGB Variations
Color information
#621E06 (or 0x621E06) is known color: Baker's Chocolate. HEX triplet: 62, 1E and 06. RGB value is (98,30,6). Sum of RGB (Red+Green+Blue) = 98+30+6=134 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.13% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 98 - color contains mainly: red. Hex color #621E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621E06 is #9DE1F9. Grayscale: #2F2F2F. Windows color (decimal): -10347002 or 400994. OLE color: 400994.
HSL color Cylindrical-coordinate representation of color #621E06: hue angle of 15.65º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #621E06 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 30 | 6 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.62 |
| HSL | 15.65º | 0.88% | 0.2% | - |
| HSV(B) | 15.65º | 0.94% | 0.38% | - |
| XYZ | 5.53 | 3.54 | 0.56 | - |
| YUV | 47.6 | 104.53 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 6 | 0 | 0.69 | 0.94 | 0.62 | 15.65 | 0.88 | 0.2 |
| Hex | 62 | 1E | 6 | 0 | 45 | 5E | 3E | 10 | 58 | 14 |
| Octal | 142 | 36 | 6 | 0 | 105 | 136 | 76 | 20 | 130 | 24 |
| Binary | 1100010 | 11110 | 110 | 0 | 1000101 | 1011110 | 111110 | 10000 | 1011000 | 10100 |
Color Harmonies of #621E06
Complementary color
Monochromatic Colors of #621E06
Black with #621E06
Text Example
Text Example
White with #621E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621E06; }
p { color: rgb(98,30,6); }
H1.HeaderClassName
{
color: #621E06;
}
.AnyTagClassName
{
color: #621E06;
}
</style>
background-color css
<style>
a { background-color: #621E06; }
a { background-color: rgb(98,30,6); }
div.DivClassName
{
background-color: #621E06;
}
.BgClassName
{
background-color: #621E06;
}
</style>
border-color css
<style>
span { border-color: #621E06; }
span { border-color: rgb(98,30,6); }
td.TdClassName
{
border-color: #621E06;
}
.TagClassName
{
border-color: #621E06;
}
</style>