Shades of Baker's Chocolate #622004
Tints of Baker's Chocolate #622004
RGB
CMYK
RGB Variations
Color information
#622004 (or 0x622004) is known color: Baker's Chocolate. HEX triplet: 62, 20 and 04. RGB value is (98,32,4). Sum of RGB (Red+Green+Blue) = 98+32+4=134 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.13% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 98 - color contains mainly: red. Hex color #622004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622004 is #9DDFFB. Grayscale: #303030. Windows color (decimal): -10346492 or 270434. OLE color: 270434.
HSL color Cylindrical-coordinate representation of color #622004: hue angle of 17.87º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #622004 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 32 | 4 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.62 |
| HSL | 17.87º | 0.92% | 0.2% | - |
| HSV(B) | 17.87º | 0.96% | 0.38% | - |
| XYZ | 5.58 | 3.64 | 0.52 | - |
| YUV | 48.54 | 102.87 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 32 | 4 | 0 | 0.67 | 0.96 | 0.62 | 17.87 | 0.92 | 0.2 |
| Hex | 62 | 20 | 4 | 0 | 43 | 60 | 3E | 12 | 5C | 14 |
| Octal | 142 | 40 | 4 | 0 | 103 | 140 | 76 | 22 | 134 | 24 |
| Binary | 1100010 | 100000 | 100 | 0 | 1000011 | 1100000 | 111110 | 10010 | 1011100 | 10100 |
Color Harmonies of #622004
Complementary color
Monochromatic Colors of #622004
Black with #622004
Text Example
Text Example
White with #622004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622004; }
p { color: rgb(98,32,4); }
H1.HeaderClassName
{
color: #622004;
}
.AnyTagClassName
{
color: #622004;
}
</style>
background-color css
<style>
a { background-color: #622004; }
a { background-color: rgb(98,32,4); }
div.DivClassName
{
background-color: #622004;
}
.BgClassName
{
background-color: #622004;
}
</style>
border-color css
<style>
span { border-color: #622004; }
span { border-color: rgb(98,32,4); }
td.TdClassName
{
border-color: #622004;
}
.TagClassName
{
border-color: #622004;
}
</style>