Shades of Pohutukawa #600506
Tints of Pohutukawa #600506
RGB
CMYK
RGB Variations
Color information
#600506 (or 0x600506) is known color: Pohutukawa. HEX triplet: 60, 05 and 06. RGB value is (96,5,6). Sum of RGB (Red+Green+Blue) = 96+5+6=107 (14% of max value = 765). Red value is 96 (37.89% from 255 or 89.72% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 96 - color contains mainly: red. Hex color #600506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600506 is #9FFAF9. Grayscale: #202020. Windows color (decimal): -10484474 or 394592. OLE color: 394592.
HSL color Cylindrical-coordinate representation of color #600506: hue angle of 359.34º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600506 is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 5 | 6 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.62 |
| HSL | 359.34º | 0.9% | 0.2% | - |
| HSV(B) | 359.34º | 0.95% | 0.38% | - |
| XYZ | 4.91 | 2.61 | 0.42 | - |
| YUV | 32.32 | 113.15 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 6 | 0 | 0.95 | 0.94 | 0.62 | 359.34 | 0.9 | 0.2 |
| Hex | 60 | 5 | 6 | 0 | 5F | 5E | 3E | 167 | 5A | 14 |
| Octal | 140 | 5 | 6 | 0 | 137 | 136 | 76 | 547 | 132 | 24 |
| Binary | 1100000 | 101 | 110 | 0 | 1011111 | 1011110 | 111110 | 101100111 | 1011010 | 10100 |
Color Harmonies of #600506
Complementary color
Monochromatic Colors of #600506
Black with #600506
Text Example
Text Example
White with #600506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600506; }
p { color: rgb(96,5,6); }
H1.HeaderClassName
{
color: #600506;
}
.AnyTagClassName
{
color: #600506;
}
</style>
background-color css
<style>
a { background-color: #600506; }
a { background-color: rgb(96,5,6); }
div.DivClassName
{
background-color: #600506;
}
.BgClassName
{
background-color: #600506;
}
</style>
border-color css
<style>
span { border-color: #600506; }
span { border-color: rgb(96,5,6); }
td.TdClassName
{
border-color: #600506;
}
.TagClassName
{
border-color: #600506;
}
</style>