Shades of Baker's Chocolate #622E1A
Tints of Baker's Chocolate #622E1A
RGB
CMYK
RGB Variations
Color information
#622E1A (or 0x622E1A) is known color: Baker's Chocolate. HEX triplet: 62, 2E and 1A. RGB value is (98,46,26). Sum of RGB (Red+Green+Blue) = 98+46+26=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #622E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622E1A is #9DD1E5. Grayscale: #3B3B3B. Windows color (decimal): -10342886 or 1715810. OLE color: 1715810.
HSL color Cylindrical-coordinate representation of color #622E1A: hue angle of 16.67º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #622E1A is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 46 | 26 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.62 |
| HSL | 16.67º | 0.58% | 0.24% | - |
| HSV(B) | 16.67º | 0.73% | 0.38% | - |
| XYZ | 6.2 | 4.63 | 1.54 | - |
| YUV | 59.27 | 109.23 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 46 | 26 | 0 | 0.53 | 0.73 | 0.62 | 16.67 | 0.58 | 0.24 |
| Hex | 62 | 2E | 1A | 0 | 35 | 49 | 3E | 11 | 3A | 18 |
| Octal | 142 | 56 | 32 | 0 | 65 | 111 | 76 | 21 | 72 | 30 |
| Binary | 1100010 | 101110 | 11010 | 0 | 110101 | 1001001 | 111110 | 10001 | 111010 | 11000 |
Color Harmonies of #622E1A
Complementary color
Monochromatic Colors of #622E1A
Black with #622E1A
Text Example
Text Example
White with #622E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622E1A; }
p { color: rgb(98,46,26); }
H1.HeaderClassName
{
color: #622E1A;
}
.AnyTagClassName
{
color: #622E1A;
}
</style>
background-color css
<style>
a { background-color: #622E1A; }
a { background-color: rgb(98,46,26); }
div.DivClassName
{
background-color: #622E1A;
}
.BgClassName
{
background-color: #622E1A;
}
</style>
border-color css
<style>
span { border-color: #622E1A; }
span { border-color: rgb(98,46,26); }
td.TdClassName
{
border-color: #622E1A;
}
.TagClassName
{
border-color: #622E1A;
}
</style>