Shades of Baker's Chocolate #622A12
Tints of Baker's Chocolate #622A12
RGB
CMYK
RGB Variations
Color information
#622A12 (or 0x622A12) is known color: Baker's Chocolate. HEX triplet: 62, 2A and 12. RGB value is (98,42,18). Sum of RGB (Red+Green+Blue) = 98+42+18=158 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.03% from 158); Green value is 42 (16.80% from 255 or 26.58% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 98 - color contains mainly: red. Hex color #622A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622A12 is #9DD5ED. Grayscale: #383838. Windows color (decimal): -10343918 or 1190498. OLE color: 1190498.
HSL color Cylindrical-coordinate representation of color #622A12: hue angle of 18º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #622A12 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 42 | 18 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.62 |
| HSL | 18º | 0.69% | 0.23% | - |
| HSV(B) | 18º | 0.82% | 0.38% | - |
| XYZ | 5.97 | 4.3 | 1.09 | - |
| YUV | 56.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 18 | 0 | 0.57 | 0.82 | 0.62 | 18 | 0.69 | 0.23 |
| Hex | 62 | 2A | 12 | 0 | 39 | 52 | 3E | 12 | 45 | 17 |
| Octal | 142 | 52 | 22 | 0 | 71 | 122 | 76 | 22 | 105 | 27 |
| Binary | 1100010 | 101010 | 10010 | 0 | 111001 | 1010010 | 111110 | 10010 | 1000101 | 10111 |
Color Harmonies of #622A12
Complementary color
Monochromatic Colors of #622A12
Black with #622A12
Text Example
Text Example
White with #622A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622A12; }
p { color: rgb(98,42,18); }
H1.HeaderClassName
{
color: #622A12;
}
.AnyTagClassName
{
color: #622A12;
}
</style>
background-color css
<style>
a { background-color: #622A12; }
a { background-color: rgb(98,42,18); }
div.DivClassName
{
background-color: #622A12;
}
.BgClassName
{
background-color: #622A12;
}
</style>
border-color css
<style>
span { border-color: #622A12; }
span { border-color: rgb(98,42,18); }
td.TdClassName
{
border-color: #622A12;
}
.TagClassName
{
border-color: #622A12;
}
</style>