Shades of Pohutukawa #6A081E
Tints of Pohutukawa #6A081E
RGB
CMYK
RGB Variations
Color information
#6A081E (or 0x6A081E) is known color: Pohutukawa. HEX triplet: 6A, 08 and 1E. RGB value is (106,8,30). Sum of RGB (Red+Green+Blue) = 106+8+30=144 (19% of max value = 765). Red value is 106 (41.80% from 255 or 73.61% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 106 - color contains mainly: red. Hex color #6A081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A081E is #95F7E1. Grayscale: #272727. Windows color (decimal): -9828322 or 1968234. OLE color: 1968234.
HSL color Cylindrical-coordinate representation of color #6A081E: hue angle of 346.53º 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 #6A081E is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 8 | 30 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.58 |
| HSL | 346.53º | 0.86% | 0.22% | - |
| HSV(B) | 346.53º | 0.92% | 0.42% | - |
| XYZ | 6.27 | 3.33 | 1.54 | - |
| YUV | 39.81 | 122.47 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 8 | 30 | 0 | 0.92 | 0.72 | 0.58 | 346.53 | 0.86 | 0.22 |
| Hex | 6A | 8 | 1E | 0 | 5C | 48 | 3A | 15B | 56 | 16 |
| Octal | 152 | 10 | 36 | 0 | 134 | 110 | 72 | 533 | 126 | 26 |
| Binary | 1101010 | 1000 | 11110 | 0 | 1011100 | 1001000 | 111010 | 101011011 | 1010110 | 10110 |
Color Harmonies of #6A081E
Complementary color
Monochromatic Colors of #6A081E
Black with #6A081E
Text Example
Text Example
White with #6A081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A081E; }
p { color: rgb(106,8,30); }
H1.HeaderClassName
{
color: #6A081E;
}
.AnyTagClassName
{
color: #6A081E;
}
</style>
background-color css
<style>
a { background-color: #6A081E; }
a { background-color: rgb(106,8,30); }
div.DivClassName
{
background-color: #6A081E;
}
.BgClassName
{
background-color: #6A081E;
}
</style>
border-color css
<style>
span { border-color: #6A081E; }
span { border-color: rgb(106,8,30); }
td.TdClassName
{
border-color: #6A081E;
}
.TagClassName
{
border-color: #6A081E;
}
</style>