Shades of Caput Mortuum #69261A
Tints of Caput Mortuum #69261A
RGB
CMYK
RGB Variations
Color information
#69261A (or 0x69261A) is known color: Caput Mortuum. HEX triplet: 69, 26 and 1A. RGB value is (105,38,26). Sum of RGB (Red+Green+Blue) = 105+38+26=169 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.13% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 105 - color contains mainly: red. Hex color #69261A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69261A is #96D9E5. Grayscale: #383838. Windows color (decimal): -9886182 or 1713769. OLE color: 1713769.
HSL color Cylindrical-coordinate representation of color #69261A: hue angle of 9.11º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #69261A is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 38 | 26 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.59 |
| HSL | 9.11º | 0.6% | 0.26% | - |
| HSV(B) | 9.11º | 0.75% | 0.41% | - |
| XYZ | 6.71 | 4.46 | 1.49 | - |
| YUV | 56.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 38 | 26 | 0 | 0.64 | 0.75 | 0.59 | 9.11 | 0.6 | 0.26 |
| Hex | 69 | 26 | 1A | 0 | 40 | 4B | 3B | 9 | 3C | 1A |
| Octal | 151 | 46 | 32 | 0 | 100 | 113 | 73 | 11 | 74 | 32 |
| Binary | 1101001 | 100110 | 11010 | 0 | 1000000 | 1001011 | 111011 | 1001 | 111100 | 11010 |
Color Harmonies of #69261A
Complementary color
Monochromatic Colors of #69261A
Black with #69261A
Text Example
Text Example
White with #69261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69261A; }
p { color: rgb(105,38,26); }
H1.HeaderClassName
{
color: #69261A;
}
.AnyTagClassName
{
color: #69261A;
}
</style>
background-color css
<style>
a { background-color: #69261A; }
a { background-color: rgb(105,38,26); }
div.DivClassName
{
background-color: #69261A;
}
.BgClassName
{
background-color: #69261A;
}
</style>
border-color css
<style>
span { border-color: #69261A; }
span { border-color: rgb(105,38,26); }
td.TdClassName
{
border-color: #69261A;
}
.TagClassName
{
border-color: #69261A;
}
</style>