Shades of Pohutukawa #6A0E26
Tints of Pohutukawa #6A0E26
RGB
CMYK
RGB Variations
Color information
#6A0E26 (or 0x6A0E26) is known color: Pohutukawa. HEX triplet: 6A, 0E and 26. RGB value is (106,14,38). Sum of RGB (Red+Green+Blue) = 106+14+38=158 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.09% from 158); Green value is 14 (5.86% from 255 or 8.86% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0E26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0E26 is #95F1D9. Grayscale: #2C2C2C. Windows color (decimal): -9826778 or 2494058. OLE color: 2494058.
HSL color Cylindrical-coordinate representation of color #6A0E26: hue angle of 344.35º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A0E26 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 14 | 38 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.58 |
| HSL | 344.35º | 0.77% | 0.24% | - |
| HSV(B) | 344.35º | 0.87% | 0.42% | - |
| XYZ | 6.45 | 3.52 | 2.17 | - |
| YUV | 44.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 14 | 38 | 0 | 0.87 | 0.64 | 0.58 | 344.35 | 0.77 | 0.24 |
| Hex | 6A | E | 26 | 0 | 57 | 40 | 3A | 158 | 4D | 18 |
| Octal | 152 | 16 | 46 | 0 | 127 | 100 | 72 | 530 | 115 | 30 |
| Binary | 1101010 | 1110 | 100110 | 0 | 1010111 | 1000000 | 111010 | 101011000 | 1001101 | 11000 |
Color Harmonies of #6A0E26
Complementary color
Monochromatic Colors of #6A0E26
Black with #6A0E26
Text Example
Text Example
White with #6A0E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0E26; }
p { color: rgb(106,14,38); }
H1.HeaderClassName
{
color: #6A0E26;
}
.AnyTagClassName
{
color: #6A0E26;
}
</style>
background-color css
<style>
a { background-color: #6A0E26; }
a { background-color: rgb(106,14,38); }
div.DivClassName
{
background-color: #6A0E26;
}
.BgClassName
{
background-color: #6A0E26;
}
</style>
border-color css
<style>
span { border-color: #6A0E26; }
span { border-color: rgb(106,14,38); }
td.TdClassName
{
border-color: #6A0E26;
}
.TagClassName
{
border-color: #6A0E26;
}
</style>