Shades of Caput Mortuum #622C20
Tints of Caput Mortuum #622C20
RGB
CMYK
RGB Variations
Color information
#622C20 (or 0x622C20) is known color: Caput Mortuum. HEX triplet: 62, 2C and 20. RGB value is (98,44,32). Sum of RGB (Red+Green+Blue) = 98+44+32=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #622C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622C20 is #9DD3DF. Grayscale: #3A3A3A. Windows color (decimal): -10343392 or 2108514. OLE color: 2108514.
HSL color Cylindrical-coordinate representation of color #622C20: hue angle of 10.91º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #622C20 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 44 | 32 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.62 |
| HSL | 10.91º | 0.51% | 0.25% | - |
| HSV(B) | 10.91º | 0.67% | 0.38% | - |
| XYZ | 6.2 | 4.5 | 1.91 | - |
| YUV | 58.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 32 | 0 | 0.55 | 0.67 | 0.62 | 10.91 | 0.51 | 0.25 |
| Hex | 62 | 2C | 20 | 0 | 37 | 43 | 3E | B | 33 | 19 |
| Octal | 142 | 54 | 40 | 0 | 67 | 103 | 76 | 13 | 63 | 31 |
| Binary | 1100010 | 101100 | 100000 | 0 | 110111 | 1000011 | 111110 | 1011 | 110011 | 11001 |
Color Harmonies of #622C20
Complementary color
Monochromatic Colors of #622C20
Black with #622C20
Text Example
Text Example
White with #622C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622C20; }
p { color: rgb(98,44,32); }
H1.HeaderClassName
{
color: #622C20;
}
.AnyTagClassName
{
color: #622C20;
}
</style>
background-color css
<style>
a { background-color: #622C20; }
a { background-color: rgb(98,44,32); }
div.DivClassName
{
background-color: #622C20;
}
.BgClassName
{
background-color: #622C20;
}
</style>
border-color css
<style>
span { border-color: #622C20; }
span { border-color: rgb(98,44,32); }
td.TdClassName
{
border-color: #622C20;
}
.TagClassName
{
border-color: #622C20;
}
</style>