Shades of Pohutukawa #68070E
Tints of Pohutukawa #68070E
RGB
CMYK
RGB Variations
Color information
#68070E (or 0x68070E) is known color: Pohutukawa. HEX triplet: 68, 07 and 0E. RGB value is (104,7,14). Sum of RGB (Red+Green+Blue) = 104+7+14=125 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.2% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 104 - color contains mainly: red. Hex color #68070E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68070E is #97F8F1. Grayscale: #242424. Windows color (decimal): -9959666 or 919400. OLE color: 919400.
HSL color Cylindrical-coordinate representation of color #68070E: hue angle of 355.67º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68070E is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 7 | 14 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.59 |
| HSL | 355.67º | 0.87% | 0.22% | - |
| HSV(B) | 355.67º | 0.93% | 0.41% | - |
| XYZ | 5.86 | 3.13 | 0.71 | - |
| YUV | 36.8 | 115.14 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 14 | 0 | 0.93 | 0.87 | 0.59 | 355.67 | 0.87 | 0.22 |
| Hex | 68 | 7 | E | 0 | 5D | 57 | 3B | 164 | 57 | 16 |
| Octal | 150 | 7 | 16 | 0 | 135 | 127 | 73 | 544 | 127 | 26 |
| Binary | 1101000 | 111 | 1110 | 0 | 1011101 | 1010111 | 111011 | 101100100 | 1010111 | 10110 |
Color Harmonies of #68070E
Complementary color
Monochromatic Colors of #68070E
Black with #68070E
Text Example
Text Example
White with #68070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68070E; }
p { color: rgb(104,7,14); }
H1.HeaderClassName
{
color: #68070E;
}
.AnyTagClassName
{
color: #68070E;
}
</style>
background-color css
<style>
a { background-color: #68070E; }
a { background-color: rgb(104,7,14); }
div.DivClassName
{
background-color: #68070E;
}
.BgClassName
{
background-color: #68070E;
}
</style>
border-color css
<style>
span { border-color: #68070E; }
span { border-color: rgb(104,7,14); }
td.TdClassName
{
border-color: #68070E;
}
.TagClassName
{
border-color: #68070E;
}
</style>