Shades of Caput Mortuum #622C1E
Tints of Caput Mortuum #622C1E
RGB
CMYK
RGB Variations
Color information
#622C1E (or 0x622C1E) is known color: Caput Mortuum. HEX triplet: 62, 2C and 1E. RGB value is (98,44,30). Sum of RGB (Red+Green+Blue) = 98+44+30=172 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.98% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 98 - color contains mainly: red. Hex color #622C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622C1E is #9DD3E1. Grayscale: #3A3A3A. Windows color (decimal): -10343394 or 1977442. OLE color: 1977442.
HSL color Cylindrical-coordinate representation of color #622C1E: hue angle of 12.35º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #622C1E is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 44 | 30 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.62 |
| HSL | 12.35º | 0.53% | 0.25% | - |
| HSV(B) | 12.35º | 0.69% | 0.38% | - |
| XYZ | 6.17 | 4.49 | 1.77 | - |
| YUV | 58.55 | 111.89 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 30 | 0 | 0.55 | 0.69 | 0.62 | 12.35 | 0.53 | 0.25 |
| Hex | 62 | 2C | 1E | 0 | 37 | 45 | 3E | C | 35 | 19 |
| Octal | 142 | 54 | 36 | 0 | 67 | 105 | 76 | 14 | 65 | 31 |
| Binary | 1100010 | 101100 | 11110 | 0 | 110111 | 1000101 | 111110 | 1100 | 110101 | 11001 |
Color Harmonies of #622C1E
Complementary color
Monochromatic Colors of #622C1E
Black with #622C1E
Text Example
Text Example
White with #622C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622C1E; }
p { color: rgb(98,44,30); }
H1.HeaderClassName
{
color: #622C1E;
}
.AnyTagClassName
{
color: #622C1E;
}
</style>
background-color css
<style>
a { background-color: #622C1E; }
a { background-color: rgb(98,44,30); }
div.DivClassName
{
background-color: #622C1E;
}
.BgClassName
{
background-color: #622C1E;
}
</style>
border-color css
<style>
span { border-color: #622C1E; }
span { border-color: rgb(98,44,30); }
td.TdClassName
{
border-color: #622C1E;
}
.TagClassName
{
border-color: #622C1E;
}
</style>