Shades of Baker's Chocolate #622F10
Tints of Baker's Chocolate #622F10
RGB
CMYK
RGB Variations
Color information
#622F10 (or 0x622F10) is known color: Baker's Chocolate. HEX triplet: 62, 2F and 10. RGB value is (98,47,16). Sum of RGB (Red+Green+Blue) = 98+47+16=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #622F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622F10 is #9DD0EF. Grayscale: #3A3A3A. Windows color (decimal): -10342640 or 1060706. OLE color: 1060706.
HSL color Cylindrical-coordinate representation of color #622F10: hue angle of 22.68º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #622F10 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 47 | 16 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.62 |
| HSL | 22.68º | 0.72% | 0.22% | - |
| HSV(B) | 22.68º | 0.84% | 0.38% | - |
| XYZ | 6.15 | 4.67 | 1.07 | - |
| YUV | 58.72 | 103.9 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 47 | 16 | 0 | 0.52 | 0.84 | 0.62 | 22.68 | 0.72 | 0.22 |
| Hex | 62 | 2F | 10 | 0 | 34 | 54 | 3E | 17 | 48 | 16 |
| Octal | 142 | 57 | 20 | 0 | 64 | 124 | 76 | 27 | 110 | 26 |
| Binary | 1100010 | 101111 | 10000 | 0 | 110100 | 1010100 | 111110 | 10111 | 1001000 | 10110 |
Color Harmonies of #622F10
Complementary color
Monochromatic Colors of #622F10
Black with #622F10
Text Example
Text Example
White with #622F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622F10; }
p { color: rgb(98,47,16); }
H1.HeaderClassName
{
color: #622F10;
}
.AnyTagClassName
{
color: #622F10;
}
</style>
background-color css
<style>
a { background-color: #622F10; }
a { background-color: rgb(98,47,16); }
div.DivClassName
{
background-color: #622F10;
}
.BgClassName
{
background-color: #622F10;
}
</style>
border-color css
<style>
span { border-color: #622F10; }
span { border-color: rgb(98,47,16); }
td.TdClassName
{
border-color: #622F10;
}
.TagClassName
{
border-color: #622F10;
}
</style>