Shades of Baker's Chocolate #622D00
Tints of Baker's Chocolate #622D00
RGB
CMYK
RGB Variations
Color information
#622D00 (or 0x622D00) is known color: Baker's Chocolate. HEX triplet: 62, 2D and 00. RGB value is (98,45,0). Sum of RGB (Red+Green+Blue) = 98+45+0=143 (18% of max value = 765). Red value is 98 (38.67% from 255 or 68.53% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 98 - color contains mainly: red. Hex color #622D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622D00 is #9DD2FF. Grayscale: #373737. Windows color (decimal): -10343168 or 11618. OLE color: 11618.
HSL color Cylindrical-coordinate representation of color #622D00: hue angle of 27.55º 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 #622D00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 45 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.62 |
| HSL | 27.55º | 1% | 0.19% | - |
| HSV(B) | 27.55º | 1% | 0.38% | - |
| XYZ | 5.98 | 4.47 | 0.55 | - |
| YUV | 55.72 | 96.56 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 0 | 0 | 0.54 | 1 | 0.62 | 27.55 | 1 | 0.19 |
| Hex | 62 | 2D | 0 | 0 | 36 | 64 | 3E | 1C | 64 | 13 |
| Octal | 142 | 55 | 0 | 0 | 66 | 144 | 76 | 34 | 144 | 23 |
| Binary | 1100010 | 101101 | 0 | 0 | 110110 | 1100100 | 111110 | 11100 | 1100100 | 10011 |
Color Harmonies of #622D00
Complementary color
Monochromatic Colors of #622D00
Black with #622D00
Text Example
Text Example
White with #622D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622D00; }
p { color: rgb(98,45,0); }
H1.HeaderClassName
{
color: #622D00;
}
.AnyTagClassName
{
color: #622D00;
}
</style>
background-color css
<style>
a { background-color: #622D00; }
a { background-color: rgb(98,45,0); }
div.DivClassName
{
background-color: #622D00;
}
.BgClassName
{
background-color: #622D00;
}
</style>
border-color css
<style>
span { border-color: #622D00; }
span { border-color: rgb(98,45,0); }
td.TdClassName
{
border-color: #622D00;
}
.TagClassName
{
border-color: #622D00;
}
</style>