Shades of Baker's Chocolate #621D00
Tints of Baker's Chocolate #621D00
RGB
CMYK
RGB Variations
Color information
#621D00 (or 0x621D00) is known color: Baker's Chocolate. HEX triplet: 62, 1D and 00. RGB value is (98,29,0). Sum of RGB (Red+Green+Blue) = 98+29+0=127 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.17% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 98 - color contains mainly: red. Hex color #621D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621D00 is #9DE2FF. Grayscale: #2E2E2E. Windows color (decimal): -10347264 or 7522. OLE color: 7522.
HSL color Cylindrical-coordinate representation of color #621D00: hue angle of 17.76º 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 #621D00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 29 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.62 |
| HSL | 17.76º | 1% | 0.19% | - |
| HSV(B) | 17.76º | 1% | 0.38% | - |
| XYZ | 5.48 | 3.48 | 0.38 | - |
| YUV | 46.33 | 101.86 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 29 | 0 | 0 | 0.70 | 1 | 0.62 | 17.76 | 1 | 0.19 |
| Hex | 62 | 1D | 0 | 0 | 46 | 64 | 3E | 12 | 64 | 13 |
| Octal | 142 | 35 | 0 | 0 | 106 | 144 | 76 | 22 | 144 | 23 |
| Binary | 1100010 | 11101 | 0 | 0 | 1000110 | 1100100 | 111110 | 10010 | 1100100 | 10011 |
Color Harmonies of #621D00
Complementary color
Monochromatic Colors of #621D00
Black with #621D00
Text Example
Text Example
White with #621D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621D00; }
p { color: rgb(98,29,0); }
H1.HeaderClassName
{
color: #621D00;
}
.AnyTagClassName
{
color: #621D00;
}
</style>
background-color css
<style>
a { background-color: #621D00; }
a { background-color: rgb(98,29,0); }
div.DivClassName
{
background-color: #621D00;
}
.BgClassName
{
background-color: #621D00;
}
</style>
border-color css
<style>
span { border-color: #621D00; }
span { border-color: rgb(98,29,0); }
td.TdClassName
{
border-color: #621D00;
}
.TagClassName
{
border-color: #621D00;
}
</style>