Shades of Baker's Chocolate #622A0D
Tints of Baker's Chocolate #622A0D
RGB
CMYK
RGB Variations
Color information
#622A0D (or 0x622A0D) is known color: Baker's Chocolate. HEX triplet: 62, 2A and 0D. RGB value is (98,42,13). Sum of RGB (Red+Green+Blue) = 98+42+13=153 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.05% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 98 - color contains mainly: red. Hex color #622A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622A0D is #9DD5F2. Grayscale: #373737. Windows color (decimal): -10343923 or 862818. OLE color: 862818.
HSL color Cylindrical-coordinate representation of color #622A0D: hue angle of 20.47º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #622A0D is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 42 | 13 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.62 |
| HSL | 20.47º | 0.77% | 0.22% | - |
| HSV(B) | 20.47º | 0.87% | 0.38% | - |
| XYZ | 5.94 | 4.28 | 0.89 | - |
| YUV | 55.44 | 104.05 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 13 | 0 | 0.57 | 0.87 | 0.62 | 20.47 | 0.77 | 0.22 |
| Hex | 62 | 2A | D | 0 | 39 | 57 | 3E | 14 | 4D | 16 |
| Octal | 142 | 52 | 15 | 0 | 71 | 127 | 76 | 24 | 115 | 26 |
| Binary | 1100010 | 101010 | 1101 | 0 | 111001 | 1010111 | 111110 | 10100 | 1001101 | 10110 |
Color Harmonies of #622A0D
Complementary color
Monochromatic Colors of #622A0D
Black with #622A0D
Text Example
Text Example
White with #622A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622A0D; }
p { color: rgb(98,42,13); }
H1.HeaderClassName
{
color: #622A0D;
}
.AnyTagClassName
{
color: #622A0D;
}
</style>
background-color css
<style>
a { background-color: #622A0D; }
a { background-color: rgb(98,42,13); }
div.DivClassName
{
background-color: #622A0D;
}
.BgClassName
{
background-color: #622A0D;
}
</style>
border-color css
<style>
span { border-color: #622A0D; }
span { border-color: rgb(98,42,13); }
td.TdClassName
{
border-color: #622A0D;
}
.TagClassName
{
border-color: #622A0D;
}
</style>