Shades of Baker's Chocolate #622600
Tints of Baker's Chocolate #622600
RGB
CMYK
RGB Variations
Color information
#622600 (or 0x622600) is known color: Baker's Chocolate. HEX triplet: 62, 26 and 00. RGB value is (98,38,0). Sum of RGB (Red+Green+Blue) = 98+38+0=136 (18% of max value = 765). Red value is 98 (38.67% from 255 or 72.06% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 98 - color contains mainly: red. Hex color #622600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622600 is #9DD9FF. Grayscale: #333333. Windows color (decimal): -10344960 or 9826. OLE color: 9826.
HSL color Cylindrical-coordinate representation of color #622600: hue angle of 23.27º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #622600 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 38 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.62 |
| HSL | 23.27º | 1% | 0.19% | - |
| HSV(B) | 23.27º | 1% | 0.38% | - |
| XYZ | 5.73 | 3.98 | 0.47 | - |
| YUV | 51.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 38 | 0 | 0 | 0.61 | 1 | 0.62 | 23.27 | 1 | 0.19 |
| Hex | 62 | 26 | 0 | 0 | 3D | 64 | 3E | 17 | 64 | 13 |
| Octal | 142 | 46 | 0 | 0 | 75 | 144 | 76 | 27 | 144 | 23 |
| Binary | 1100010 | 100110 | 0 | 0 | 111101 | 1100100 | 111110 | 10111 | 1100100 | 10011 |
Color Harmonies of #622600
Complementary color
Monochromatic Colors of #622600
Black with #622600
Text Example
Text Example
White with #622600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622600; }
p { color: rgb(98,38,0); }
H1.HeaderClassName
{
color: #622600;
}
.AnyTagClassName
{
color: #622600;
}
</style>
background-color css
<style>
a { background-color: #622600; }
a { background-color: rgb(98,38,0); }
div.DivClassName
{
background-color: #622600;
}
.BgClassName
{
background-color: #622600;
}
</style>
border-color css
<style>
span { border-color: #622600; }
span { border-color: rgb(98,38,0); }
td.TdClassName
{
border-color: #622600;
}
.TagClassName
{
border-color: #622600;
}
</style>