Shades of Baker's Chocolate #622E16
Tints of Baker's Chocolate #622E16
RGB
CMYK
RGB Variations
Color information
#622E16 (or 0x622E16) is known color: Baker's Chocolate. HEX triplet: 62, 2E and 16. RGB value is (98,46,22). Sum of RGB (Red+Green+Blue) = 98+46+22=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #622E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622E16 is #9DD1E9. Grayscale: #3A3A3A. Windows color (decimal): -10342890 or 1453666. OLE color: 1453666.
HSL color Cylindrical-coordinate representation of color #622E16: hue angle of 18.95º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #622E16 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 46 | 22 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.62 |
| HSL | 18.95º | 0.63% | 0.24% | - |
| HSV(B) | 18.95º | 0.78% | 0.38% | - |
| XYZ | 6.16 | 4.61 | 1.32 | - |
| YUV | 58.81 | 107.23 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 46 | 22 | 0 | 0.53 | 0.78 | 0.62 | 18.95 | 0.63 | 0.24 |
| Hex | 62 | 2E | 16 | 0 | 35 | 4E | 3E | 13 | 3F | 18 |
| Octal | 142 | 56 | 26 | 0 | 65 | 116 | 76 | 23 | 77 | 30 |
| Binary | 1100010 | 101110 | 10110 | 0 | 110101 | 1001110 | 111110 | 10011 | 111111 | 11000 |
Color Harmonies of #622E16
Complementary color
Monochromatic Colors of #622E16
Black with #622E16
Text Example
Text Example
White with #622E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622E16; }
p { color: rgb(98,46,22); }
H1.HeaderClassName
{
color: #622E16;
}
.AnyTagClassName
{
color: #622E16;
}
</style>
background-color css
<style>
a { background-color: #622E16; }
a { background-color: rgb(98,46,22); }
div.DivClassName
{
background-color: #622E16;
}
.BgClassName
{
background-color: #622E16;
}
</style>
border-color css
<style>
span { border-color: #622E16; }
span { border-color: rgb(98,46,22); }
td.TdClassName
{
border-color: #622E16;
}
.TagClassName
{
border-color: #622E16;
}
</style>