Shades of Baker's Chocolate #622B03
Tints of Baker's Chocolate #622B03
RGB
CMYK
RGB Variations
Color information
#622B03 (or 0x622B03) is known color: Baker's Chocolate. HEX triplet: 62, 2B and 03. RGB value is (98,43,3). Sum of RGB (Red+Green+Blue) = 98+43+3=144 (19% of max value = 765). Red value is 98 (38.67% from 255 or 68.06% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 98 - color contains mainly: red. Hex color #622B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622B03 is #9DD4FC. Grayscale: #373737. Windows color (decimal): -10343677 or 207714. OLE color: 207714.
HSL color Cylindrical-coordinate representation of color #622B03: hue angle of 25.26º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #622B03 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 43 | 3 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.62 |
| HSL | 25.26º | 0.94% | 0.2% | - |
| HSV(B) | 25.26º | 0.97% | 0.38% | - |
| XYZ | 5.92 | 4.33 | 0.61 | - |
| YUV | 54.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 3 | 0 | 0.56 | 0.97 | 0.62 | 25.26 | 0.94 | 0.2 |
| Hex | 62 | 2B | 3 | 0 | 38 | 61 | 3E | 19 | 5E | 14 |
| Octal | 142 | 53 | 3 | 0 | 70 | 141 | 76 | 31 | 136 | 24 |
| Binary | 1100010 | 101011 | 11 | 0 | 111000 | 1100001 | 111110 | 11001 | 1011110 | 10100 |
Color Harmonies of #622B03
Complementary color
Monochromatic Colors of #622B03
Black with #622B03
Text Example
Text Example
White with #622B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622B03; }
p { color: rgb(98,43,3); }
H1.HeaderClassName
{
color: #622B03;
}
.AnyTagClassName
{
color: #622B03;
}
</style>
background-color css
<style>
a { background-color: #622B03; }
a { background-color: rgb(98,43,3); }
div.DivClassName
{
background-color: #622B03;
}
.BgClassName
{
background-color: #622B03;
}
</style>
border-color css
<style>
span { border-color: #622B03; }
span { border-color: rgb(98,43,3); }
td.TdClassName
{
border-color: #622B03;
}
.TagClassName
{
border-color: #622B03;
}
</style>