Shades of Baker's Chocolate #622A08
Tints of Baker's Chocolate #622A08
RGB
CMYK
RGB Variations
Color information
#622A08 (or 0x622A08) is known color: Baker's Chocolate. HEX triplet: 62, 2A and 08. RGB value is (98,42,8). Sum of RGB (Red+Green+Blue) = 98+42+8=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #622A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622A08 is #9DD5F7. Grayscale: #373737. Windows color (decimal): -10343928 or 535138. OLE color: 535138.
HSL color Cylindrical-coordinate representation of color #622A08: hue angle of 22.67º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #622A08 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 42 | 8 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.62 |
| HSL | 22.67º | 0.85% | 0.21% | - |
| HSV(B) | 22.67º | 0.92% | 0.38% | - |
| XYZ | 5.91 | 4.27 | 0.74 | - |
| YUV | 54.87 | 101.55 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 8 | 0 | 0.57 | 0.92 | 0.62 | 22.67 | 0.85 | 0.21 |
| Hex | 62 | 2A | 8 | 0 | 39 | 5C | 3E | 17 | 55 | 15 |
| Octal | 142 | 52 | 10 | 0 | 71 | 134 | 76 | 27 | 125 | 25 |
| Binary | 1100010 | 101010 | 1000 | 0 | 111001 | 1011100 | 111110 | 10111 | 1010101 | 10101 |
Color Harmonies of #622A08
Complementary color
Monochromatic Colors of #622A08
Black with #622A08
Text Example
Text Example
White with #622A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622A08; }
p { color: rgb(98,42,8); }
H1.HeaderClassName
{
color: #622A08;
}
.AnyTagClassName
{
color: #622A08;
}
</style>
background-color css
<style>
a { background-color: #622A08; }
a { background-color: rgb(98,42,8); }
div.DivClassName
{
background-color: #622A08;
}
.BgClassName
{
background-color: #622A08;
}
</style>
border-color css
<style>
span { border-color: #622A08; }
span { border-color: rgb(98,42,8); }
td.TdClassName
{
border-color: #622A08;
}
.TagClassName
{
border-color: #622A08;
}
</style>