Shades of Pohutukawa #660922
Tints of Pohutukawa #660922
RGB
CMYK
RGB Variations
Color information
#660922 (or 0x660922) is known color: Pohutukawa. HEX triplet: 66, 09 and 22. RGB value is (102,9,34). Sum of RGB (Red+Green+Blue) = 102+9+34=145 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.34% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 102 - color contains mainly: red. Hex color #660922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660922 is #99F6DD. Grayscale: #272727. Windows color (decimal): -10090206 or 2230630. OLE color: 2230630.
HSL color Cylindrical-coordinate representation of color #660922: hue angle of 343.87º 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 #660922 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 9 | 34 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.6 |
| HSL | 343.87º | 0.84% | 0.22% | - |
| HSV(B) | 343.87º | 0.91% | 0.4% | - |
| XYZ | 5.87 | 3.14 | 1.81 | - |
| YUV | 39.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 34 | 0 | 0.91 | 0.67 | 0.6 | 343.87 | 0.84 | 0.22 |
| Hex | 66 | 9 | 22 | 0 | 5B | 43 | 3C | 158 | 54 | 16 |
| Octal | 146 | 11 | 42 | 0 | 133 | 103 | 74 | 530 | 124 | 26 |
| Binary | 1100110 | 1001 | 100010 | 0 | 1011011 | 1000011 | 111100 | 101011000 | 1010100 | 10110 |
Color Harmonies of #660922
Complementary color
Monochromatic Colors of #660922
Black with #660922
Text Example
Text Example
White with #660922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660922; }
p { color: rgb(102,9,34); }
H1.HeaderClassName
{
color: #660922;
}
.AnyTagClassName
{
color: #660922;
}
</style>
background-color css
<style>
a { background-color: #660922; }
a { background-color: rgb(102,9,34); }
div.DivClassName
{
background-color: #660922;
}
.BgClassName
{
background-color: #660922;
}
</style>
border-color css
<style>
span { border-color: #660922; }
span { border-color: rgb(102,9,34); }
td.TdClassName
{
border-color: #660922;
}
.TagClassName
{
border-color: #660922;
}
</style>