Shades of Pohutukawa #660709
Tints of Pohutukawa #660709
RGB
CMYK
RGB Variations
Color information
#660709 (or 0x660709) is known color: Pohutukawa. HEX triplet: 66, 07 and 09. RGB value is (102,7,9). Sum of RGB (Red+Green+Blue) = 102+7+9=118 (15% of max value = 765). Red value is 102 (40.23% from 255 or 86.44% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 102 - color contains mainly: red. Hex color #660709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660709 is #99F8F6. Grayscale: #232323. Windows color (decimal): -10090743 or 591718. OLE color: 591718.
HSL color Cylindrical-coordinate representation of color #660709: hue angle of 358.74º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660709 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 7 | 9 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.6 |
| HSL | 358.74º | 0.87% | 0.21% | - |
| HSV(B) | 358.74º | 0.93% | 0.4% | - |
| XYZ | 5.6 | 3 | 0.54 | - |
| YUV | 35.63 | 112.97 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 9 | 0 | 0.93 | 0.91 | 0.6 | 358.74 | 0.87 | 0.21 |
| Hex | 66 | 7 | 9 | 0 | 5D | 5B | 3C | 167 | 57 | 15 |
| Octal | 146 | 7 | 11 | 0 | 135 | 133 | 74 | 547 | 127 | 25 |
| Binary | 1100110 | 111 | 1001 | 0 | 1011101 | 1011011 | 111100 | 101100111 | 1010111 | 10101 |
Color Harmonies of #660709
Complementary color
Monochromatic Colors of #660709
Black with #660709
Text Example
Text Example
White with #660709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660709; }
p { color: rgb(102,7,9); }
H1.HeaderClassName
{
color: #660709;
}
.AnyTagClassName
{
color: #660709;
}
</style>
background-color css
<style>
a { background-color: #660709; }
a { background-color: rgb(102,7,9); }
div.DivClassName
{
background-color: #660709;
}
.BgClassName
{
background-color: #660709;
}
</style>
border-color css
<style>
span { border-color: #660709; }
span { border-color: rgb(102,7,9); }
td.TdClassName
{
border-color: #660709;
}
.TagClassName
{
border-color: #660709;
}
</style>