Shades of Baker's Chocolate #621C00
Tints of Baker's Chocolate #621C00
RGB
CMYK
RGB Variations
Color information
#621C00 (or 0x621C00) is known color: Baker's Chocolate. HEX triplet: 62, 1C and 00. RGB value is (98,28,0). Sum of RGB (Red+Green+Blue) = 98+28+0=126 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.78% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 98 - color contains mainly: red. Hex color #621C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621C00 is #9DE3FF. Grayscale: #2D2D2D. Windows color (decimal): -10347520 or 7266. OLE color: 7266.
HSL color Cylindrical-coordinate representation of color #621C00: hue angle of 17.14º 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 #621C00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 28 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.62 |
| HSL | 17.14º | 1% | 0.19% | - |
| HSV(B) | 17.14º | 1% | 0.38% | - |
| XYZ | 5.45 | 3.43 | 0.37 | - |
| YUV | 45.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 28 | 0 | 0 | 0.71 | 1 | 0.62 | 17.14 | 1 | 0.19 |
| Hex | 62 | 1C | 0 | 0 | 47 | 64 | 3E | 11 | 64 | 13 |
| Octal | 142 | 34 | 0 | 0 | 107 | 144 | 76 | 21 | 144 | 23 |
| Binary | 1100010 | 11100 | 0 | 0 | 1000111 | 1100100 | 111110 | 10001 | 1100100 | 10011 |
Color Harmonies of #621C00
Complementary color
Monochromatic Colors of #621C00
Black with #621C00
Text Example
Text Example
White with #621C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621C00; }
p { color: rgb(98,28,0); }
H1.HeaderClassName
{
color: #621C00;
}
.AnyTagClassName
{
color: #621C00;
}
</style>
background-color css
<style>
a { background-color: #621C00; }
a { background-color: rgb(98,28,0); }
div.DivClassName
{
background-color: #621C00;
}
.BgClassName
{
background-color: #621C00;
}
</style>
border-color css
<style>
span { border-color: #621C00; }
span { border-color: rgb(98,28,0); }
td.TdClassName
{
border-color: #621C00;
}
.TagClassName
{
border-color: #621C00;
}
</style>