Shades of Pohutukawa #660620
Tints of Pohutukawa #660620
RGB
CMYK
RGB Variations
Color information
#660620 (or 0x660620) is known color: Pohutukawa. HEX triplet: 66, 06 and 20. RGB value is (102,6,32). Sum of RGB (Red+Green+Blue) = 102+6+32=140 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.86% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 102 - color contains mainly: red. Hex color #660620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660620 is #99F9DF. Grayscale: #252525. Windows color (decimal): -10090976 or 2098790. OLE color: 2098790.
HSL color Cylindrical-coordinate representation of color #660620: hue angle of 343.75º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660620 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 6 | 32 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.6 |
| HSL | 343.75º | 0.89% | 0.21% | - |
| HSV(B) | 343.75º | 0.94% | 0.4% | - |
| XYZ | 5.81 | 3.06 | 1.65 | - |
| YUV | 37.67 | 124.8 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 32 | 0 | 0.94 | 0.69 | 0.6 | 343.75 | 0.89 | 0.21 |
| Hex | 66 | 6 | 20 | 0 | 5E | 45 | 3C | 158 | 59 | 15 |
| Octal | 146 | 6 | 40 | 0 | 136 | 105 | 74 | 530 | 131 | 25 |
| Binary | 1100110 | 110 | 100000 | 0 | 1011110 | 1000101 | 111100 | 101011000 | 1011001 | 10101 |
Color Harmonies of #660620
Complementary color
Monochromatic Colors of #660620
Black with #660620
Text Example
Text Example
White with #660620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660620; }
p { color: rgb(102,6,32); }
H1.HeaderClassName
{
color: #660620;
}
.AnyTagClassName
{
color: #660620;
}
</style>
background-color css
<style>
a { background-color: #660620; }
a { background-color: rgb(102,6,32); }
div.DivClassName
{
background-color: #660620;
}
.BgClassName
{
background-color: #660620;
}
</style>
border-color css
<style>
span { border-color: #660620; }
span { border-color: rgb(102,6,32); }
td.TdClassName
{
border-color: #660620;
}
.TagClassName
{
border-color: #660620;
}
</style>