Shades of Baker's Chocolate #621E04
Tints of Baker's Chocolate #621E04
RGB
CMYK
RGB Variations
Color information
#621E04 (or 0x621E04) is known color: Baker's Chocolate. HEX triplet: 62, 1E and 04. RGB value is (98,30,4). Sum of RGB (Red+Green+Blue) = 98+30+4=132 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.24% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 98 - color contains mainly: red. Hex color #621E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621E04 is #9DE1FB. Grayscale: #2F2F2F. Windows color (decimal): -10347004 or 269922. OLE color: 269922.
HSL color Cylindrical-coordinate representation of color #621E04: hue angle of 16.6º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #621E04 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 30 | 4 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.62 |
| HSL | 16.6º | 0.92% | 0.2% | - |
| HSV(B) | 16.6º | 0.96% | 0.38% | - |
| XYZ | 5.52 | 3.53 | 0.51 | - |
| YUV | 47.37 | 103.53 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 4 | 0 | 0.69 | 0.96 | 0.62 | 16.6 | 0.92 | 0.2 |
| Hex | 62 | 1E | 4 | 0 | 45 | 60 | 3E | 11 | 5C | 14 |
| Octal | 142 | 36 | 4 | 0 | 105 | 140 | 76 | 21 | 134 | 24 |
| Binary | 1100010 | 11110 | 100 | 0 | 1000101 | 1100000 | 111110 | 10001 | 1011100 | 10100 |
Color Harmonies of #621E04
Complementary color
Monochromatic Colors of #621E04
Black with #621E04
Text Example
Text Example
White with #621E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621E04; }
p { color: rgb(98,30,4); }
H1.HeaderClassName
{
color: #621E04;
}
.AnyTagClassName
{
color: #621E04;
}
</style>
background-color css
<style>
a { background-color: #621E04; }
a { background-color: rgb(98,30,4); }
div.DivClassName
{
background-color: #621E04;
}
.BgClassName
{
background-color: #621E04;
}
</style>
border-color css
<style>
span { border-color: #621E04; }
span { border-color: rgb(98,30,4); }
td.TdClassName
{
border-color: #621E04;
}
.TagClassName
{
border-color: #621E04;
}
</style>