Shades of Pohutukawa #660F20
Tints of Pohutukawa #660F20
RGB
CMYK
RGB Variations
Color information
#660F20 (or 0x660F20) is known color: Pohutukawa. HEX triplet: 66, 0F and 20. RGB value is (102,15,32). Sum of RGB (Red+Green+Blue) = 102+15+32=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #660F20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F20 is #99F0DF. Grayscale: #2A2A2A. Windows color (decimal): -10088672 or 2101094. OLE color: 2101094.
HSL color Cylindrical-coordinate representation of color #660F20: hue angle of 348.28º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #660F20 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 15 | 32 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.6 |
| HSL | 348.28º | 0.74% | 0.23% | - |
| HSV(B) | 348.28º | 0.85% | 0.4% | - |
| XYZ | 5.91 | 3.27 | 1.69 | - |
| YUV | 42.95 | 121.82 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 32 | 0 | 0.85 | 0.69 | 0.6 | 348.28 | 0.74 | 0.23 |
| Hex | 66 | F | 20 | 0 | 55 | 45 | 3C | 15C | 4A | 17 |
| Octal | 146 | 17 | 40 | 0 | 125 | 105 | 74 | 534 | 112 | 27 |
| Binary | 1100110 | 1111 | 100000 | 0 | 1010101 | 1000101 | 111100 | 101011100 | 1001010 | 10111 |
Color Harmonies of #660F20
Complementary color
Monochromatic Colors of #660F20
Black with #660F20
Text Example
Text Example
White with #660F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660F20; }
p { color: rgb(102,15,32); }
H1.HeaderClassName
{
color: #660F20;
}
.AnyTagClassName
{
color: #660F20;
}
</style>
background-color css
<style>
a { background-color: #660F20; }
a { background-color: rgb(102,15,32); }
div.DivClassName
{
background-color: #660F20;
}
.BgClassName
{
background-color: #660F20;
}
</style>
border-color css
<style>
span { border-color: #660F20; }
span { border-color: rgb(102,15,32); }
td.TdClassName
{
border-color: #660F20;
}
.TagClassName
{
border-color: #660F20;
}
</style>