Shades of Pohutukawa #6A0F24
Tints of Pohutukawa #6A0F24
RGB
CMYK
RGB Variations
Color information
#6A0F24 (or 0x6A0F24) is known color: Pohutukawa. HEX triplet: 6A, 0F and 24. RGB value is (106,15,36). Sum of RGB (Red+Green+Blue) = 106+15+36=157 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.52% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0F24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0F24 is #95F0DB. Grayscale: #2C2C2C. Windows color (decimal): -9826524 or 2363242. OLE color: 2363242.
HSL color Cylindrical-coordinate representation of color #6A0F24: hue angle of 346.15º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A0F24 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 15 | 36 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.58 |
| HSL | 346.15º | 0.75% | 0.24% | - |
| HSV(B) | 346.15º | 0.86% | 0.42% | - |
| XYZ | 6.43 | 3.53 | 2.01 | - |
| YUV | 44.6 | 123.15 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 15 | 36 | 0 | 0.86 | 0.66 | 0.58 | 346.15 | 0.75 | 0.24 |
| Hex | 6A | F | 24 | 0 | 56 | 42 | 3A | 15A | 4B | 18 |
| Octal | 152 | 17 | 44 | 0 | 126 | 102 | 72 | 532 | 113 | 30 |
| Binary | 1101010 | 1111 | 100100 | 0 | 1010110 | 1000010 | 111010 | 101011010 | 1001011 | 11000 |
Color Harmonies of #6A0F24
Complementary color
Monochromatic Colors of #6A0F24
Black with #6A0F24
Text Example
Text Example
White with #6A0F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0F24; }
p { color: rgb(106,15,36); }
H1.HeaderClassName
{
color: #6A0F24;
}
.AnyTagClassName
{
color: #6A0F24;
}
</style>
background-color css
<style>
a { background-color: #6A0F24; }
a { background-color: rgb(106,15,36); }
div.DivClassName
{
background-color: #6A0F24;
}
.BgClassName
{
background-color: #6A0F24;
}
</style>
border-color css
<style>
span { border-color: #6A0F24; }
span { border-color: rgb(106,15,36); }
td.TdClassName
{
border-color: #6A0F24;
}
.TagClassName
{
border-color: #6A0F24;
}
</style>