Shades of Pohutukawa #66161E
Tints of Pohutukawa #66161E
RGB
CMYK
RGB Variations
Color information
#66161E (or 0x66161E) is known color: Pohutukawa. HEX triplet: 66, 16 and 1E. RGB value is (102,22,30). Sum of RGB (Red+Green+Blue) = 102+22+30=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #66161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66161E is #99E9E1. Grayscale: #2E2E2E. Windows color (decimal): -10086882 or 1971814. OLE color: 1971814.
HSL color Cylindrical-coordinate representation of color #66161E: hue angle of 354º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66161E is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 22 | 30 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.6 |
| HSL | 354º | 0.65% | 0.24% | - |
| HSV(B) | 354º | 0.78% | 0.4% | - |
| XYZ | 6 | 3.49 | 1.59 | - |
| YUV | 46.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 30 | 0 | 0.78 | 0.71 | 0.6 | 354 | 0.65 | 0.24 |
| Hex | 66 | 16 | 1E | 0 | 4E | 47 | 3C | 162 | 41 | 18 |
| Octal | 146 | 26 | 36 | 0 | 116 | 107 | 74 | 542 | 101 | 30 |
| Binary | 1100110 | 10110 | 11110 | 0 | 1001110 | 1000111 | 111100 | 101100010 | 1000001 | 11000 |
Color Harmonies of #66161E
Complementary color
Monochromatic Colors of #66161E
Black with #66161E
Text Example
Text Example
White with #66161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66161E; }
p { color: rgb(102,22,30); }
H1.HeaderClassName
{
color: #66161E;
}
.AnyTagClassName
{
color: #66161E;
}
</style>
background-color css
<style>
a { background-color: #66161E; }
a { background-color: rgb(102,22,30); }
div.DivClassName
{
background-color: #66161E;
}
.BgClassName
{
background-color: #66161E;
}
</style>
border-color css
<style>
span { border-color: #66161E; }
span { border-color: rgb(102,22,30); }
td.TdClassName
{
border-color: #66161E;
}
.TagClassName
{
border-color: #66161E;
}
</style>