Shades of Baker's Chocolate #622F04
Tints of Baker's Chocolate #622F04
RGB
CMYK
RGB Variations
Color information
#622F04 (or 0x622F04) is known color: Baker's Chocolate. HEX triplet: 62, 2F and 04. RGB value is (98,47,4). Sum of RGB (Red+Green+Blue) = 98+47+4=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #622F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622F04 is #9DD0FB. Grayscale: #393939. Windows color (decimal): -10342652 or 274274. OLE color: 274274.
HSL color Cylindrical-coordinate representation of color #622F04: hue angle of 27.45º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #622F04 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 47 | 4 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.62 |
| HSL | 27.45º | 0.92% | 0.2% | - |
| HSV(B) | 27.45º | 0.96% | 0.38% | - |
| XYZ | 6.08 | 4.64 | 0.69 | - |
| YUV | 57.35 | 97.9 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 47 | 4 | 0 | 0.52 | 0.96 | 0.62 | 27.45 | 0.92 | 0.2 |
| Hex | 62 | 2F | 4 | 0 | 34 | 60 | 3E | 1B | 5C | 14 |
| Octal | 142 | 57 | 4 | 0 | 64 | 140 | 76 | 33 | 134 | 24 |
| Binary | 1100010 | 101111 | 100 | 0 | 110100 | 1100000 | 111110 | 11011 | 1011100 | 10100 |
Color Harmonies of #622F04
Complementary color
Monochromatic Colors of #622F04
Black with #622F04
Text Example
Text Example
White with #622F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622F04; }
p { color: rgb(98,47,4); }
H1.HeaderClassName
{
color: #622F04;
}
.AnyTagClassName
{
color: #622F04;
}
</style>
background-color css
<style>
a { background-color: #622F04; }
a { background-color: rgb(98,47,4); }
div.DivClassName
{
background-color: #622F04;
}
.BgClassName
{
background-color: #622F04;
}
</style>
border-color css
<style>
span { border-color: #622F04; }
span { border-color: rgb(98,47,4); }
td.TdClassName
{
border-color: #622F04;
}
.TagClassName
{
border-color: #622F04;
}
</style>