Shades of Baker's Chocolate #622206
Tints of Baker's Chocolate #622206
RGB
CMYK
RGB Variations
Color information
#622206 (or 0x622206) is known color: Baker's Chocolate. HEX triplet: 62, 22 and 06. RGB value is (98,34,6). Sum of RGB (Red+Green+Blue) = 98+34+6=138 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.01% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 98 - color contains mainly: red. Hex color #622206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622206 is #9DDDF9. Grayscale: #323232. Windows color (decimal): -10345978 or 402018. OLE color: 402018.
HSL color Cylindrical-coordinate representation of color #622206: hue angle of 18.26º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #622206 is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 34 | 6 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.62 |
| HSL | 18.26º | 0.88% | 0.2% | - |
| HSV(B) | 18.26º | 0.94% | 0.38% | - |
| XYZ | 5.64 | 3.75 | 0.6 | - |
| YUV | 49.94 | 103.2 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 6 | 0 | 0.65 | 0.94 | 0.62 | 18.26 | 0.88 | 0.2 |
| Hex | 62 | 22 | 6 | 0 | 41 | 5E | 3E | 12 | 58 | 14 |
| Octal | 142 | 42 | 6 | 0 | 101 | 136 | 76 | 22 | 130 | 24 |
| Binary | 1100010 | 100010 | 110 | 0 | 1000001 | 1011110 | 111110 | 10010 | 1011000 | 10100 |
Color Harmonies of #622206
Complementary color
Monochromatic Colors of #622206
Black with #622206
Text Example
Text Example
White with #622206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622206; }
p { color: rgb(98,34,6); }
H1.HeaderClassName
{
color: #622206;
}
.AnyTagClassName
{
color: #622206;
}
</style>
background-color css
<style>
a { background-color: #622206; }
a { background-color: rgb(98,34,6); }
div.DivClassName
{
background-color: #622206;
}
.BgClassName
{
background-color: #622206;
}
</style>
border-color css
<style>
span { border-color: #622206; }
span { border-color: rgb(98,34,6); }
td.TdClassName
{
border-color: #622206;
}
.TagClassName
{
border-color: #622206;
}
</style>