Shades of Baker's Chocolate #622E0F
Tints of Baker's Chocolate #622E0F
RGB
CMYK
RGB Variations
Color information
#622E0F (or 0x622E0F) is known color: Baker's Chocolate. HEX triplet: 62, 2E and 0F. RGB value is (98,46,15). Sum of RGB (Red+Green+Blue) = 98+46+15=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #622E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622E0F is #9DD1F0. Grayscale: #3A3A3A. Windows color (decimal): -10342897 or 994914. OLE color: 994914.
HSL color Cylindrical-coordinate representation of color #622E0F: hue angle of 22.41º 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 #622E0F is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 46 | 15 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.62 |
| HSL | 22.41º | 0.73% | 0.22% | - |
| HSV(B) | 22.41º | 0.85% | 0.38% | - |
| XYZ | 6.1 | 4.59 | 1.02 | - |
| YUV | 58.01 | 103.73 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 46 | 15 | 0 | 0.53 | 0.85 | 0.62 | 22.41 | 0.73 | 0.22 |
| Hex | 62 | 2E | F | 0 | 35 | 55 | 3E | 16 | 49 | 16 |
| Octal | 142 | 56 | 17 | 0 | 65 | 125 | 76 | 26 | 111 | 26 |
| Binary | 1100010 | 101110 | 1111 | 0 | 110101 | 1010101 | 111110 | 10110 | 1001001 | 10110 |
Color Harmonies of #622E0F
Complementary color
Monochromatic Colors of #622E0F
Black with #622E0F
Text Example
Text Example
White with #622E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622E0F; }
p { color: rgb(98,46,15); }
H1.HeaderClassName
{
color: #622E0F;
}
.AnyTagClassName
{
color: #622E0F;
}
</style>
background-color css
<style>
a { background-color: #622E0F; }
a { background-color: rgb(98,46,15); }
div.DivClassName
{
background-color: #622E0F;
}
.BgClassName
{
background-color: #622E0F;
}
</style>
border-color css
<style>
span { border-color: #622E0F; }
span { border-color: rgb(98,46,15); }
td.TdClassName
{
border-color: #622E0F;
}
.TagClassName
{
border-color: #622E0F;
}
</style>