Shades of Baker's Chocolate #622C16
Tints of Baker's Chocolate #622C16
RGB
CMYK
RGB Variations
Color information
#622C16 (or 0x622C16) is known color: Baker's Chocolate. HEX triplet: 62, 2C and 16. RGB value is (98,44,22). Sum of RGB (Red+Green+Blue) = 98+44+22=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #622C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622C16 is #9DD3E9. Grayscale: #393939. Windows color (decimal): -10343402 or 1453154. OLE color: 1453154.
HSL color Cylindrical-coordinate representation of color #622C16: hue angle of 17.37º 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 #622C16 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 44 | 22 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.62 |
| HSL | 17.37º | 0.63% | 0.24% | - |
| HSV(B) | 17.37º | 0.78% | 0.38% | - |
| XYZ | 6.08 | 4.46 | 1.3 | - |
| YUV | 57.64 | 107.89 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 22 | 0 | 0.55 | 0.78 | 0.62 | 17.37 | 0.63 | 0.24 |
| Hex | 62 | 2C | 16 | 0 | 37 | 4E | 3E | 11 | 3F | 18 |
| Octal | 142 | 54 | 26 | 0 | 67 | 116 | 76 | 21 | 77 | 30 |
| Binary | 1100010 | 101100 | 10110 | 0 | 110111 | 1001110 | 111110 | 10001 | 111111 | 11000 |
Color Harmonies of #622C16
Complementary color
Monochromatic Colors of #622C16
Black with #622C16
Text Example
Text Example
White with #622C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622C16; }
p { color: rgb(98,44,22); }
H1.HeaderClassName
{
color: #622C16;
}
.AnyTagClassName
{
color: #622C16;
}
</style>
background-color css
<style>
a { background-color: #622C16; }
a { background-color: rgb(98,44,22); }
div.DivClassName
{
background-color: #622C16;
}
.BgClassName
{
background-color: #622C16;
}
</style>
border-color css
<style>
span { border-color: #622C16; }
span { border-color: rgb(98,44,22); }
td.TdClassName
{
border-color: #622C16;
}
.TagClassName
{
border-color: #622C16;
}
</style>