Shades of Caput Mortuum #662A23
Tints of Caput Mortuum #662A23
RGB
CMYK
RGB Variations
Color information
#662A23 (or 0x662A23) is known color: Caput Mortuum. HEX triplet: 66, 2A and 23. RGB value is (102,42,35). Sum of RGB (Red+Green+Blue) = 102+42+35=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #662A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662A23 is #99D5DC. Grayscale: #3B3B3B. Windows color (decimal): -10081757 or 2304614. OLE color: 2304614.
HSL color Cylindrical-coordinate representation of color #662A23: hue angle of 6.27º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #662A23 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 42 | 35 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.6 |
| HSL | 6.27º | 0.49% | 0.27% | - |
| HSV(B) | 6.27º | 0.66% | 0.4% | - |
| XYZ | 6.61 | 4.6 | 2.13 | - |
| YUV | 59.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 35 | 0 | 0.59 | 0.66 | 0.6 | 6.27 | 0.49 | 0.27 |
| Hex | 66 | 2A | 23 | 0 | 3B | 42 | 3C | 6 | 31 | 1B |
| Octal | 146 | 52 | 43 | 0 | 73 | 102 | 74 | 6 | 61 | 33 |
| Binary | 1100110 | 101010 | 100011 | 0 | 111011 | 1000010 | 111100 | 110 | 110001 | 11011 |
Color Harmonies of #662A23
Complementary color
Monochromatic Colors of #662A23
Black with #662A23
Text Example
Text Example
White with #662A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662A23; }
p { color: rgb(102,42,35); }
H1.HeaderClassName
{
color: #662A23;
}
.AnyTagClassName
{
color: #662A23;
}
</style>
background-color css
<style>
a { background-color: #662A23; }
a { background-color: rgb(102,42,35); }
div.DivClassName
{
background-color: #662A23;
}
.BgClassName
{
background-color: #662A23;
}
</style>
border-color css
<style>
span { border-color: #662A23; }
span { border-color: rgb(102,42,35); }
td.TdClassName
{
border-color: #662A23;
}
.TagClassName
{
border-color: #662A23;
}
</style>