Shades of Pohutukawa #66090C
Tints of Pohutukawa #66090C
RGB
CMYK
RGB Variations
Color information
#66090C (or 0x66090C) is known color: Pohutukawa. HEX triplet: 66, 09 and 0C. RGB value is (102,9,12). Sum of RGB (Red+Green+Blue) = 102+9+12=123 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.93% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 102 - color contains mainly: red. Hex color #66090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66090C is #99F6F3. Grayscale: #252525. Windows color (decimal): -10090228 or 788838. OLE color: 788838.
HSL color Cylindrical-coordinate representation of color #66090C: hue angle of 358.06º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66090C is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 9 | 12 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.6 |
| HSL | 358.06º | 0.84% | 0.22% | - |
| HSV(B) | 358.06º | 0.91% | 0.4% | - |
| XYZ | 5.64 | 3.05 | 0.64 | - |
| YUV | 37.15 | 113.81 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 12 | 0 | 0.91 | 0.88 | 0.6 | 358.06 | 0.84 | 0.22 |
| Hex | 66 | 9 | C | 0 | 5B | 58 | 3C | 166 | 54 | 16 |
| Octal | 146 | 11 | 14 | 0 | 133 | 130 | 74 | 546 | 124 | 26 |
| Binary | 1100110 | 1001 | 1100 | 0 | 1011011 | 1011000 | 111100 | 101100110 | 1010100 | 10110 |
Color Harmonies of #66090C
Complementary color
Monochromatic Colors of #66090C
Black with #66090C
Text Example
Text Example
White with #66090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66090C; }
p { color: rgb(102,9,12); }
H1.HeaderClassName
{
color: #66090C;
}
.AnyTagClassName
{
color: #66090C;
}
</style>
background-color css
<style>
a { background-color: #66090C; }
a { background-color: rgb(102,9,12); }
div.DivClassName
{
background-color: #66090C;
}
.BgClassName
{
background-color: #66090C;
}
</style>
border-color css
<style>
span { border-color: #66090C; }
span { border-color: rgb(102,9,12); }
td.TdClassName
{
border-color: #66090C;
}
.TagClassName
{
border-color: #66090C;
}
</style>