Shades of Baker's Chocolate #621A00
Tints of Baker's Chocolate #621A00
RGB
CMYK
RGB Variations
Color information
#621A00 (or 0x621A00) is known color: Baker's Chocolate. HEX triplet: 62, 1A and 00. RGB value is (98,26,0). Sum of RGB (Red+Green+Blue) = 98+26+0=124 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.03% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 98 - color contains mainly: red. Hex color #621A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621A00 is #9DE5FF. Grayscale: #2C2C2C. Windows color (decimal): -10348032 or 6754. OLE color: 6754.
HSL color Cylindrical-coordinate representation of color #621A00: hue angle of 15.92º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #621A00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 26 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.62 |
| HSL | 15.92º | 1% | 0.19% | - |
| HSV(B) | 15.92º | 1% | 0.38% | - |
| XYZ | 5.41 | 3.34 | 0.36 | - |
| YUV | 44.56 | 102.85 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 26 | 0 | 0 | 0.73 | 1 | 0.62 | 15.92 | 1 | 0.19 |
| Hex | 62 | 1A | 0 | 0 | 49 | 64 | 3E | 10 | 64 | 13 |
| Octal | 142 | 32 | 0 | 0 | 111 | 144 | 76 | 20 | 144 | 23 |
| Binary | 1100010 | 11010 | 0 | 0 | 1001001 | 1100100 | 111110 | 10000 | 1100100 | 10011 |
Color Harmonies of #621A00
Complementary color
Monochromatic Colors of #621A00
Black with #621A00
Text Example
Text Example
White with #621A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621A00; }
p { color: rgb(98,26,0); }
H1.HeaderClassName
{
color: #621A00;
}
.AnyTagClassName
{
color: #621A00;
}
</style>
background-color css
<style>
a { background-color: #621A00; }
a { background-color: rgb(98,26,0); }
div.DivClassName
{
background-color: #621A00;
}
.BgClassName
{
background-color: #621A00;
}
</style>
border-color css
<style>
span { border-color: #621A00; }
span { border-color: rgb(98,26,0); }
td.TdClassName
{
border-color: #621A00;
}
.TagClassName
{
border-color: #621A00;
}
</style>