Shades of Baker's Chocolate #622C11
Tints of Baker's Chocolate #622C11
RGB
CMYK
RGB Variations
Color information
#622C11 (or 0x622C11) is known color: Baker's Chocolate. HEX triplet: 62, 2C and 11. RGB value is (98,44,17). Sum of RGB (Red+Green+Blue) = 98+44+17=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #622C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622C11 is #9DD3EE. Grayscale: #393939. Windows color (decimal): -10343407 or 1125474. OLE color: 1125474.
HSL color Cylindrical-coordinate representation of color #622C11: hue angle of 20º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #622C11 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 44 | 17 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.62 |
| HSL | 20º | 0.7% | 0.23% | - |
| HSV(B) | 20º | 0.83% | 0.38% | - |
| XYZ | 6.04 | 4.44 | 1.07 | - |
| YUV | 57.07 | 105.39 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 17 | 0 | 0.55 | 0.83 | 0.62 | 20 | 0.7 | 0.23 |
| Hex | 62 | 2C | 11 | 0 | 37 | 53 | 3E | 14 | 46 | 17 |
| Octal | 142 | 54 | 21 | 0 | 67 | 123 | 76 | 24 | 106 | 27 |
| Binary | 1100010 | 101100 | 10001 | 0 | 110111 | 1010011 | 111110 | 10100 | 1000110 | 10111 |
Color Harmonies of #622C11
Complementary color
Monochromatic Colors of #622C11
Black with #622C11
Text Example
Text Example
White with #622C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622C11; }
p { color: rgb(98,44,17); }
H1.HeaderClassName
{
color: #622C11;
}
.AnyTagClassName
{
color: #622C11;
}
</style>
background-color css
<style>
a { background-color: #622C11; }
a { background-color: rgb(98,44,17); }
div.DivClassName
{
background-color: #622C11;
}
.BgClassName
{
background-color: #622C11;
}
</style>
border-color css
<style>
span { border-color: #622C11; }
span { border-color: rgb(98,44,17); }
td.TdClassName
{
border-color: #622C11;
}
.TagClassName
{
border-color: #622C11;
}
</style>