Shades of Baker's Chocolate #622A00
Tints of Baker's Chocolate #622A00
RGB
CMYK
RGB Variations
Color information
#622A00 (or 0x622A00) is known color: Baker's Chocolate. HEX triplet: 62, 2A and 00. RGB value is (98,42,0). Sum of RGB (Red+Green+Blue) = 98+42+0=140 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 98 - color contains mainly: red. Hex color #622A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622A00 is #9DD5FF. Grayscale: #363636. Windows color (decimal): -10343936 or 10850. OLE color: 10850.
HSL color Cylindrical-coordinate representation of color #622A00: hue angle of 25.71º 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 #622A00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 42 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.62 |
| HSL | 25.71º | 1% | 0.19% | - |
| HSV(B) | 25.71º | 1% | 0.38% | - |
| XYZ | 5.86 | 4.25 | 0.51 | - |
| YUV | 53.96 | 97.55 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 0 | 0 | 0.57 | 1 | 0.62 | 25.71 | 1 | 0.19 |
| Hex | 62 | 2A | 0 | 0 | 39 | 64 | 3E | 1A | 64 | 13 |
| Octal | 142 | 52 | 0 | 0 | 71 | 144 | 76 | 32 | 144 | 23 |
| Binary | 1100010 | 101010 | 0 | 0 | 111001 | 1100100 | 111110 | 11010 | 1100100 | 10011 |
Color Harmonies of #622A00
Complementary color
Monochromatic Colors of #622A00
Black with #622A00
Text Example
Text Example
White with #622A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622A00; }
p { color: rgb(98,42,0); }
H1.HeaderClassName
{
color: #622A00;
}
.AnyTagClassName
{
color: #622A00;
}
</style>
background-color css
<style>
a { background-color: #622A00; }
a { background-color: rgb(98,42,0); }
div.DivClassName
{
background-color: #622A00;
}
.BgClassName
{
background-color: #622A00;
}
</style>
border-color css
<style>
span { border-color: #622A00; }
span { border-color: rgb(98,42,0); }
td.TdClassName
{
border-color: #622A00;
}
.TagClassName
{
border-color: #622A00;
}
</style>