Shades of Baker's Chocolate #622D0F
Tints of Baker's Chocolate #622D0F
RGB
CMYK
RGB Variations
Color information
#622D0F (or 0x622D0F) is known color: Baker's Chocolate. HEX triplet: 62, 2D and 0F. RGB value is (98,45,15). Sum of RGB (Red+Green+Blue) = 98+45+15=158 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.03% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 98 - color contains mainly: red. Hex color #622D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622D0F is #9DD2F0. Grayscale: #393939. Windows color (decimal): -10343153 or 994658. OLE color: 994658.
HSL color Cylindrical-coordinate representation of color #622D0F: hue angle of 21.69º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #622D0F is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 45 | 15 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.62 |
| HSL | 21.69º | 0.73% | 0.22% | - |
| HSV(B) | 21.69º | 0.85% | 0.38% | - |
| XYZ | 6.06 | 4.51 | 1 | - |
| YUV | 57.43 | 104.06 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 15 | 0 | 0.54 | 0.85 | 0.62 | 21.69 | 0.73 | 0.22 |
| Hex | 62 | 2D | F | 0 | 36 | 55 | 3E | 16 | 49 | 16 |
| Octal | 142 | 55 | 17 | 0 | 66 | 125 | 76 | 26 | 111 | 26 |
| Binary | 1100010 | 101101 | 1111 | 0 | 110110 | 1010101 | 111110 | 10110 | 1001001 | 10110 |
Color Harmonies of #622D0F
Complementary color
Monochromatic Colors of #622D0F
Black with #622D0F
Text Example
Text Example
White with #622D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622D0F; }
p { color: rgb(98,45,15); }
H1.HeaderClassName
{
color: #622D0F;
}
.AnyTagClassName
{
color: #622D0F;
}
</style>
background-color css
<style>
a { background-color: #622D0F; }
a { background-color: rgb(98,45,15); }
div.DivClassName
{
background-color: #622D0F;
}
.BgClassName
{
background-color: #622D0F;
}
</style>
border-color css
<style>
span { border-color: #622D0F; }
span { border-color: rgb(98,45,15); }
td.TdClassName
{
border-color: #622D0F;
}
.TagClassName
{
border-color: #622D0F;
}
</style>