Shades of Pohutukawa #660623
Tints of Pohutukawa #660623
RGB
CMYK
RGB Variations
Color information
#660623 (or 0x660623) is known color: Pohutukawa. HEX triplet: 66, 06 and 23. RGB value is (102,6,35). Sum of RGB (Red+Green+Blue) = 102+6+35=143 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.33% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 102 - color contains mainly: red. Hex color #660623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660623 is #99F9DC. Grayscale: #252525. Windows color (decimal): -10090973 or 2295398. OLE color: 2295398.
HSL color Cylindrical-coordinate representation of color #660623: hue angle of 341.88º 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 #660623 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 6 | 35 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.6 |
| HSL | 341.88º | 0.89% | 0.21% | - |
| HSV(B) | 341.88º | 0.94% | 0.4% | - |
| XYZ | 5.85 | 3.08 | 1.88 | - |
| YUV | 38.01 | 126.3 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 35 | 0 | 0.94 | 0.66 | 0.6 | 341.88 | 0.89 | 0.21 |
| Hex | 66 | 6 | 23 | 0 | 5E | 42 | 3C | 156 | 59 | 15 |
| Octal | 146 | 6 | 43 | 0 | 136 | 102 | 74 | 526 | 131 | 25 |
| Binary | 1100110 | 110 | 100011 | 0 | 1011110 | 1000010 | 111100 | 101010110 | 1011001 | 10101 |
Color Harmonies of #660623
Complementary color
Monochromatic Colors of #660623
Black with #660623
Text Example
Text Example
White with #660623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660623; }
p { color: rgb(102,6,35); }
H1.HeaderClassName
{
color: #660623;
}
.AnyTagClassName
{
color: #660623;
}
</style>
background-color css
<style>
a { background-color: #660623; }
a { background-color: rgb(102,6,35); }
div.DivClassName
{
background-color: #660623;
}
.BgClassName
{
background-color: #660623;
}
</style>
border-color css
<style>
span { border-color: #660623; }
span { border-color: rgb(102,6,35); }
td.TdClassName
{
border-color: #660623;
}
.TagClassName
{
border-color: #660623;
}
</style>