Shades of Baker's Chocolate #622C0B
Tints of Baker's Chocolate #622C0B
RGB
CMYK
RGB Variations
Color information
#622C0B (or 0x622C0B) is known color: Baker's Chocolate. HEX triplet: 62, 2C and 0B. RGB value is (98,44,11). Sum of RGB (Red+Green+Blue) = 98+44+11=153 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.05% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 98 - color contains mainly: red. Hex color #622C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622C0B is #9DD3F4. Grayscale: #383838. Windows color (decimal): -10343413 or 732258. OLE color: 732258.
HSL color Cylindrical-coordinate representation of color #622C0B: hue angle of 22.76º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #622C0B is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 44 | 11 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.62 |
| HSL | 22.76º | 0.8% | 0.21% | - |
| HSV(B) | 22.76º | 0.89% | 0.38% | - |
| XYZ | 6 | 4.42 | 0.85 | - |
| YUV | 56.38 | 102.39 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 11 | 0 | 0.55 | 0.89 | 0.62 | 22.76 | 0.8 | 0.21 |
| Hex | 62 | 2C | B | 0 | 37 | 59 | 3E | 17 | 50 | 15 |
| Octal | 142 | 54 | 13 | 0 | 67 | 131 | 76 | 27 | 120 | 25 |
| Binary | 1100010 | 101100 | 1011 | 0 | 110111 | 1011001 | 111110 | 10111 | 1010000 | 10101 |
Color Harmonies of #622C0B
Complementary color
Monochromatic Colors of #622C0B
Black with #622C0B
Text Example
Text Example
White with #622C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622C0B; }
p { color: rgb(98,44,11); }
H1.HeaderClassName
{
color: #622C0B;
}
.AnyTagClassName
{
color: #622C0B;
}
</style>
background-color css
<style>
a { background-color: #622C0B; }
a { background-color: rgb(98,44,11); }
div.DivClassName
{
background-color: #622C0B;
}
.BgClassName
{
background-color: #622C0B;
}
</style>
border-color css
<style>
span { border-color: #622C0B; }
span { border-color: rgb(98,44,11); }
td.TdClassName
{
border-color: #622C0B;
}
.TagClassName
{
border-color: #622C0B;
}
</style>