Shades of Pohutukawa #600811
Tints of Pohutukawa #600811
RGB
CMYK
RGB Variations
Color information
#600811 (or 0x600811) is known color: Pohutukawa. HEX triplet: 60, 08 and 11. RGB value is (96,8,17). Sum of RGB (Red+Green+Blue) = 96+8+17=121 (16% of max value = 765). Red value is 96 (37.89% from 255 or 79.34% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 96 - color contains mainly: red. Hex color #600811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600811 is #9FF7EE. Grayscale: #232323. Windows color (decimal): -10483695 or 1116256. OLE color: 1116256.
HSL color Cylindrical-coordinate representation of color #600811: hue angle of 353.86º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600811 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 8 | 17 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.62 |
| HSL | 353.86º | 0.85% | 0.2% | - |
| HSV(B) | 353.86º | 0.92% | 0.38% | - |
| XYZ | 5.01 | 2.7 | 0.79 | - |
| YUV | 35.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 8 | 17 | 0 | 0.92 | 0.82 | 0.62 | 353.86 | 0.85 | 0.2 |
| Hex | 60 | 8 | 11 | 0 | 5C | 52 | 3E | 162 | 55 | 14 |
| Octal | 140 | 10 | 21 | 0 | 134 | 122 | 76 | 542 | 125 | 24 |
| Binary | 1100000 | 1000 | 10001 | 0 | 1011100 | 1010010 | 111110 | 101100010 | 1010101 | 10100 |
Color Harmonies of #600811
Complementary color
Monochromatic Colors of #600811
Black with #600811
Text Example
Text Example
White with #600811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600811; }
p { color: rgb(96,8,17); }
H1.HeaderClassName
{
color: #600811;
}
.AnyTagClassName
{
color: #600811;
}
</style>
background-color css
<style>
a { background-color: #600811; }
a { background-color: rgb(96,8,17); }
div.DivClassName
{
background-color: #600811;
}
.BgClassName
{
background-color: #600811;
}
</style>
border-color css
<style>
span { border-color: #600811; }
span { border-color: rgb(96,8,17); }
td.TdClassName
{
border-color: #600811;
}
.TagClassName
{
border-color: #600811;
}
</style>