Shades of Baker's Chocolate #621E03
Tints of Baker's Chocolate #621E03
RGB
CMYK
RGB Variations
Color information
#621E03 (or 0x621E03) is known color: Baker's Chocolate. HEX triplet: 62, 1E and 03. RGB value is (98,30,3). Sum of RGB (Red+Green+Blue) = 98+30+3=131 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.81% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 98 - color contains mainly: red. Hex color #621E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621E03 is #9DE1FC. Grayscale: #2F2F2F. Windows color (decimal): -10347005 or 204386. OLE color: 204386.
HSL color Cylindrical-coordinate representation of color #621E03: hue angle of 17.05º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #621E03 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 30 | 3 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.62 |
| HSL | 17.05º | 0.94% | 0.2% | - |
| HSV(B) | 17.05º | 0.97% | 0.38% | - |
| XYZ | 5.52 | 3.53 | 0.48 | - |
| YUV | 47.25 | 103.03 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 3 | 0 | 0.69 | 0.97 | 0.62 | 17.05 | 0.94 | 0.2 |
| Hex | 62 | 1E | 3 | 0 | 45 | 61 | 3E | 11 | 5E | 14 |
| Octal | 142 | 36 | 3 | 0 | 105 | 141 | 76 | 21 | 136 | 24 |
| Binary | 1100010 | 11110 | 11 | 0 | 1000101 | 1100001 | 111110 | 10001 | 1011110 | 10100 |
Color Harmonies of #621E03
Complementary color
Monochromatic Colors of #621E03
Black with #621E03
Text Example
Text Example
White with #621E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621E03; }
p { color: rgb(98,30,3); }
H1.HeaderClassName
{
color: #621E03;
}
.AnyTagClassName
{
color: #621E03;
}
</style>
background-color css
<style>
a { background-color: #621E03; }
a { background-color: rgb(98,30,3); }
div.DivClassName
{
background-color: #621E03;
}
.BgClassName
{
background-color: #621E03;
}
</style>
border-color css
<style>
span { border-color: #621E03; }
span { border-color: rgb(98,30,3); }
td.TdClassName
{
border-color: #621E03;
}
.TagClassName
{
border-color: #621E03;
}
</style>