Shades of Pohutukawa #67061E
Tints of Pohutukawa #67061E
RGB
CMYK
RGB Variations
Color information
#67061E (or 0x67061E) is known color: Pohutukawa. HEX triplet: 67, 06 and 1E. RGB value is (103,6,30). Sum of RGB (Red+Green+Blue) = 103+6+30=139 (18% of max value = 765). Red value is 103 (40.62% from 255 or 74.10% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 103 - color contains mainly: red. Hex color #67061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67061E is #98F9E1. Grayscale: #252525. Windows color (decimal): -10025442 or 1967719. OLE color: 1967719.
HSL color Cylindrical-coordinate representation of color #67061E: hue angle of 345.15º 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 #67061E is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 6 | 30 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.60 |
| HSL | 345.15º | 0.89% | 0.21% | - |
| HSV(B) | 345.15º | 0.94% | 0.4% | - |
| XYZ | 5.89 | 3.11 | 1.52 | - |
| YUV | 37.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 6 | 30 | 0 | 0.94 | 0.71 | 0.60 | 345.15 | 0.89 | 0.21 |
| Hex | 67 | 6 | 1E | 0 | 5E | 47 | 3C | 159 | 59 | 15 |
| Octal | 147 | 6 | 36 | 0 | 136 | 107 | 74 | 531 | 131 | 25 |
| Binary | 1100111 | 110 | 11110 | 0 | 1011110 | 1000111 | 111100 | 101011001 | 1011001 | 10101 |
Color Harmonies of #67061E
Complementary color
Monochromatic Colors of #67061E
Black with #67061E
Text Example
Text Example
White with #67061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67061E; }
p { color: rgb(103,6,30); }
H1.HeaderClassName
{
color: #67061E;
}
.AnyTagClassName
{
color: #67061E;
}
</style>
background-color css
<style>
a { background-color: #67061E; }
a { background-color: rgb(103,6,30); }
div.DivClassName
{
background-color: #67061E;
}
.BgClassName
{
background-color: #67061E;
}
</style>
border-color css
<style>
span { border-color: #67061E; }
span { border-color: rgb(103,6,30); }
td.TdClassName
{
border-color: #67061E;
}
.TagClassName
{
border-color: #67061E;
}
</style>