Shades of Baker's Chocolate #622B12
Tints of Baker's Chocolate #622B12
RGB
CMYK
RGB Variations
Color information
#622B12 (or 0x622B12) is known color: Baker's Chocolate. HEX triplet: 62, 2B and 12. RGB value is (98,43,18). Sum of RGB (Red+Green+Blue) = 98+43+18=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #622B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622B12 is #9DD4ED. Grayscale: #383838. Windows color (decimal): -10343662 or 1190754. OLE color: 1190754.
HSL color Cylindrical-coordinate representation of color #622B12: hue angle of 18.75º 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 #622B12 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 43 | 18 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.62 |
| HSL | 18.75º | 0.69% | 0.23% | - |
| HSV(B) | 18.75º | 0.82% | 0.38% | - |
| XYZ | 6.01 | 4.37 | 1.1 | - |
| YUV | 56.6 | 106.22 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 18 | 0 | 0.56 | 0.82 | 0.62 | 18.75 | 0.69 | 0.23 |
| Hex | 62 | 2B | 12 | 0 | 38 | 52 | 3E | 13 | 45 | 17 |
| Octal | 142 | 53 | 22 | 0 | 70 | 122 | 76 | 23 | 105 | 27 |
| Binary | 1100010 | 101011 | 10010 | 0 | 111000 | 1010010 | 111110 | 10011 | 1000101 | 10111 |
Color Harmonies of #622B12
Complementary color
Monochromatic Colors of #622B12
Black with #622B12
Text Example
Text Example
White with #622B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622B12; }
p { color: rgb(98,43,18); }
H1.HeaderClassName
{
color: #622B12;
}
.AnyTagClassName
{
color: #622B12;
}
</style>
background-color css
<style>
a { background-color: #622B12; }
a { background-color: rgb(98,43,18); }
div.DivClassName
{
background-color: #622B12;
}
.BgClassName
{
background-color: #622B12;
}
</style>
border-color css
<style>
span { border-color: #622B12; }
span { border-color: rgb(98,43,18); }
td.TdClassName
{
border-color: #622B12;
}
.TagClassName
{
border-color: #622B12;
}
</style>