Shades of Baker's Chocolate #621C01
Tints of Baker's Chocolate #621C01
RGB
CMYK
RGB Variations
Color information
#621C01 (or 0x621C01) is known color: Baker's Chocolate. HEX triplet: 62, 1C and 01. RGB value is (98,28,1). Sum of RGB (Red+Green+Blue) = 98+28+1=127 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.17% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 98 - color contains mainly: red. Hex color #621C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621C01 is #9DE3FE. Grayscale: #2E2E2E. Windows color (decimal): -10347519 or 72802. OLE color: 72802.
HSL color Cylindrical-coordinate representation of color #621C01: hue angle of 16.7º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #621C01 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 28 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.62 |
| HSL | 16.7º | 0.98% | 0.19% | - |
| HSV(B) | 16.7º | 0.99% | 0.38% | - |
| XYZ | 5.46 | 3.43 | 0.4 | - |
| YUV | 45.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 28 | 1 | 0 | 0.71 | 0.99 | 0.62 | 16.7 | 0.98 | 0.19 |
| Hex | 62 | 1C | 1 | 0 | 47 | 63 | 3E | 11 | 62 | 13 |
| Octal | 142 | 34 | 1 | 0 | 107 | 143 | 76 | 21 | 142 | 23 |
| Binary | 1100010 | 11100 | 1 | 0 | 1000111 | 1100011 | 111110 | 10001 | 1100010 | 10011 |
Color Harmonies of #621C01
Complementary color
Monochromatic Colors of #621C01
Black with #621C01
Text Example
Text Example
White with #621C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621C01; }
p { color: rgb(98,28,1); }
H1.HeaderClassName
{
color: #621C01;
}
.AnyTagClassName
{
color: #621C01;
}
</style>
background-color css
<style>
a { background-color: #621C01; }
a { background-color: rgb(98,28,1); }
div.DivClassName
{
background-color: #621C01;
}
.BgClassName
{
background-color: #621C01;
}
</style>
border-color css
<style>
span { border-color: #621C01; }
span { border-color: rgb(98,28,1); }
td.TdClassName
{
border-color: #621C01;
}
.TagClassName
{
border-color: #621C01;
}
</style>