Shades of Pohutukawa #600609
Tints of Pohutukawa #600609
RGB
CMYK
RGB Variations
Color information
#600609 (or 0x600609) is known color: Pohutukawa. HEX triplet: 60, 06 and 09. RGB value is (96,6,9). Sum of RGB (Red+Green+Blue) = 96+6+9=111 (14% of max value = 765). Red value is 96 (37.89% from 255 or 86.49% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 96 - color contains mainly: red. Hex color #600609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600609 is #9FF9F6. Grayscale: #212121. Windows color (decimal): -10484215 or 591456. OLE color: 591456.
HSL color Cylindrical-coordinate representation of color #600609: hue angle of 358º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600609 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 6 | 9 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.62 |
| HSL | 358º | 0.88% | 0.2% | - |
| HSV(B) | 358º | 0.94% | 0.38% | - |
| XYZ | 4.94 | 2.64 | 0.51 | - |
| YUV | 33.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 6 | 9 | 0 | 0.94 | 0.91 | 0.62 | 358 | 0.88 | 0.2 |
| Hex | 60 | 6 | 9 | 0 | 5E | 5B | 3E | 166 | 58 | 14 |
| Octal | 140 | 6 | 11 | 0 | 136 | 133 | 76 | 546 | 130 | 24 |
| Binary | 1100000 | 110 | 1001 | 0 | 1011110 | 1011011 | 111110 | 101100110 | 1011000 | 10100 |
Color Harmonies of #600609
Complementary color
Monochromatic Colors of #600609
Black with #600609
Text Example
Text Example
White with #600609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600609; }
p { color: rgb(96,6,9); }
H1.HeaderClassName
{
color: #600609;
}
.AnyTagClassName
{
color: #600609;
}
</style>
background-color css
<style>
a { background-color: #600609; }
a { background-color: rgb(96,6,9); }
div.DivClassName
{
background-color: #600609;
}
.BgClassName
{
background-color: #600609;
}
</style>
border-color css
<style>
span { border-color: #600609; }
span { border-color: rgb(96,6,9); }
td.TdClassName
{
border-color: #600609;
}
.TagClassName
{
border-color: #600609;
}
</style>