Shades of Baker's Chocolate #622E0E
Tints of Baker's Chocolate #622E0E
RGB
CMYK
RGB Variations
Color information
#622E0E (or 0x622E0E) is known color: Baker's Chocolate. HEX triplet: 62, 2E and 0E. RGB value is (98,46,14). Sum of RGB (Red+Green+Blue) = 98+46+14=158 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.03% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 98 - color contains mainly: red. Hex color #622E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622E0E is #9DD1F1. Grayscale: #3A3A3A. Windows color (decimal): -10342898 or 929378. OLE color: 929378.
HSL color Cylindrical-coordinate representation of color #622E0E: hue angle of 22.86º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #622E0E is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 46 | 14 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.62 |
| HSL | 22.86º | 0.75% | 0.22% | - |
| HSV(B) | 22.86º | 0.86% | 0.38% | - |
| XYZ | 6.09 | 4.58 | 0.98 | - |
| YUV | 57.9 | 103.23 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 46 | 14 | 0 | 0.53 | 0.86 | 0.62 | 22.86 | 0.75 | 0.22 |
| Hex | 62 | 2E | E | 0 | 35 | 56 | 3E | 17 | 4B | 16 |
| Octal | 142 | 56 | 16 | 0 | 65 | 126 | 76 | 27 | 113 | 26 |
| Binary | 1100010 | 101110 | 1110 | 0 | 110101 | 1010110 | 111110 | 10111 | 1001011 | 10110 |
Color Harmonies of #622E0E
Complementary color
Monochromatic Colors of #622E0E
Black with #622E0E
Text Example
Text Example
White with #622E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622E0E; }
p { color: rgb(98,46,14); }
H1.HeaderClassName
{
color: #622E0E;
}
.AnyTagClassName
{
color: #622E0E;
}
</style>
background-color css
<style>
a { background-color: #622E0E; }
a { background-color: rgb(98,46,14); }
div.DivClassName
{
background-color: #622E0E;
}
.BgClassName
{
background-color: #622E0E;
}
</style>
border-color css
<style>
span { border-color: #622E0E; }
span { border-color: rgb(98,46,14); }
td.TdClassName
{
border-color: #622E0E;
}
.TagClassName
{
border-color: #622E0E;
}
</style>