Shades of Pohutukawa #6A080E
Tints of Pohutukawa #6A080E
RGB
CMYK
RGB Variations
Color information
#6A080E (or 0x6A080E) is known color: Pohutukawa. HEX triplet: 6A, 08 and 0E. RGB value is (106,8,14). Sum of RGB (Red+Green+Blue) = 106+8+14=128 (16% of max value = 765). Red value is 106 (41.80% from 255 or 82.81% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 106 - color contains mainly: red. Hex color #6A080E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A080E is #95F7F1. Grayscale: #262626. Windows color (decimal): -9828338 or 919658. OLE color: 919658.
HSL color Cylindrical-coordinate representation of color #6A080E: hue angle of 356.33º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A080E is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 8 | 14 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.58 |
| HSL | 356.33º | 0.86% | 0.22% | - |
| HSV(B) | 356.33º | 0.92% | 0.42% | - |
| XYZ | 6.11 | 3.27 | 0.72 | - |
| YUV | 37.99 | 114.47 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 8 | 14 | 0 | 0.92 | 0.87 | 0.58 | 356.33 | 0.86 | 0.22 |
| Hex | 6A | 8 | E | 0 | 5C | 57 | 3A | 164 | 56 | 16 |
| Octal | 152 | 10 | 16 | 0 | 134 | 127 | 72 | 544 | 126 | 26 |
| Binary | 1101010 | 1000 | 1110 | 0 | 1011100 | 1010111 | 111010 | 101100100 | 1010110 | 10110 |
Color Harmonies of #6A080E
Complementary color
Monochromatic Colors of #6A080E
Black with #6A080E
Text Example
Text Example
White with #6A080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A080E; }
p { color: rgb(106,8,14); }
H1.HeaderClassName
{
color: #6A080E;
}
.AnyTagClassName
{
color: #6A080E;
}
</style>
background-color css
<style>
a { background-color: #6A080E; }
a { background-color: rgb(106,8,14); }
div.DivClassName
{
background-color: #6A080E;
}
.BgClassName
{
background-color: #6A080E;
}
</style>
border-color css
<style>
span { border-color: #6A080E; }
span { border-color: rgb(106,8,14); }
td.TdClassName
{
border-color: #6A080E;
}
.TagClassName
{
border-color: #6A080E;
}
</style>