Shades of Baker's Chocolate #622B15
Tints of Baker's Chocolate #622B15
RGB
CMYK
RGB Variations
Color information
#622B15 (or 0x622B15) is known color: Baker's Chocolate. HEX triplet: 62, 2B and 15. RGB value is (98,43,21). Sum of RGB (Red+Green+Blue) = 98+43+21=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #622B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622B15 is #9DD4EA. Grayscale: #393939. Windows color (decimal): -10343659 or 1387362. OLE color: 1387362.
HSL color Cylindrical-coordinate representation of color #622B15: hue angle of 17.14º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #622B15 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 43 | 21 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.62 |
| HSL | 17.14º | 0.65% | 0.23% | - |
| HSV(B) | 17.14º | 0.79% | 0.38% | - |
| XYZ | 6.04 | 4.38 | 1.24 | - |
| YUV | 56.94 | 107.72 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 21 | 0 | 0.56 | 0.79 | 0.62 | 17.14 | 0.65 | 0.23 |
| Hex | 62 | 2B | 15 | 0 | 38 | 4F | 3E | 11 | 41 | 17 |
| Octal | 142 | 53 | 25 | 0 | 70 | 117 | 76 | 21 | 101 | 27 |
| Binary | 1100010 | 101011 | 10101 | 0 | 111000 | 1001111 | 111110 | 10001 | 1000001 | 10111 |
Color Harmonies of #622B15
Complementary color
Monochromatic Colors of #622B15
Black with #622B15
Text Example
Text Example
White with #622B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622B15; }
p { color: rgb(98,43,21); }
H1.HeaderClassName
{
color: #622B15;
}
.AnyTagClassName
{
color: #622B15;
}
</style>
background-color css
<style>
a { background-color: #622B15; }
a { background-color: rgb(98,43,21); }
div.DivClassName
{
background-color: #622B15;
}
.BgClassName
{
background-color: #622B15;
}
</style>
border-color css
<style>
span { border-color: #622B15; }
span { border-color: rgb(98,43,21); }
td.TdClassName
{
border-color: #622B15;
}
.TagClassName
{
border-color: #622B15;
}
</style>