Shades of Pohutukawa #67060E
Tints of Pohutukawa #67060E
RGB
CMYK
RGB Variations
Color information
#67060E (or 0x67060E) is known color: Pohutukawa. HEX triplet: 67, 06 and 0E. RGB value is (103,6,14). Sum of RGB (Red+Green+Blue) = 103+6+14=123 (16% of max value = 765). Red value is 103 (40.62% from 255 or 83.74% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 103 - color contains mainly: red. Hex color #67060E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67060E is #98F9F1. Grayscale: #232323. Windows color (decimal): -10025458 or 919143. OLE color: 919143.
HSL color Cylindrical-coordinate representation of color #67060E: hue angle of 355.05º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #67060E is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 6 | 14 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.60 |
| HSL | 355.05º | 0.89% | 0.21% | - |
| HSV(B) | 355.05º | 0.94% | 0.4% | - |
| XYZ | 5.74 | 3.05 | 0.7 | - |
| YUV | 35.92 | 115.64 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 6 | 14 | 0 | 0.94 | 0.86 | 0.60 | 355.05 | 0.89 | 0.21 |
| Hex | 67 | 6 | E | 0 | 5E | 56 | 3C | 163 | 59 | 15 |
| Octal | 147 | 6 | 16 | 0 | 136 | 126 | 74 | 543 | 131 | 25 |
| Binary | 1100111 | 110 | 1110 | 0 | 1011110 | 1010110 | 111100 | 101100011 | 1011001 | 10101 |
Color Harmonies of #67060E
Complementary color
Monochromatic Colors of #67060E
Black with #67060E
Text Example
Text Example
White with #67060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67060E; }
p { color: rgb(103,6,14); }
H1.HeaderClassName
{
color: #67060E;
}
.AnyTagClassName
{
color: #67060E;
}
</style>
background-color css
<style>
a { background-color: #67060E; }
a { background-color: rgb(103,6,14); }
div.DivClassName
{
background-color: #67060E;
}
.BgClassName
{
background-color: #67060E;
}
</style>
border-color css
<style>
span { border-color: #67060E; }
span { border-color: rgb(103,6,14); }
td.TdClassName
{
border-color: #67060E;
}
.TagClassName
{
border-color: #67060E;
}
</style>