Shades of Pohutukawa #60061E
Tints of Pohutukawa #60061E
RGB
CMYK
RGB Variations
Color information
#60061E (or 0x60061E) is known color: Pohutukawa. HEX triplet: 60, 06 and 1E. RGB value is (96,6,30). Sum of RGB (Red+Green+Blue) = 96+6+30=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #60061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60061E is #9FF9E1. Grayscale: #232323. Windows color (decimal): -10484194 or 1967712. OLE color: 1967712.
HSL color Cylindrical-coordinate representation of color #60061E: hue angle of 344º 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 #60061E is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 6 | 30 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.62 |
| HSL | 344º | 0.88% | 0.2% | - |
| HSV(B) | 344º | 0.94% | 0.38% | - |
| XYZ | 5.12 | 2.71 | 1.48 | - |
| YUV | 35.65 | 124.82 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 6 | 30 | 0 | 0.94 | 0.69 | 0.62 | 344 | 0.88 | 0.2 |
| Hex | 60 | 6 | 1E | 0 | 5E | 45 | 3E | 158 | 58 | 14 |
| Octal | 140 | 6 | 36 | 0 | 136 | 105 | 76 | 530 | 130 | 24 |
| Binary | 1100000 | 110 | 11110 | 0 | 1011110 | 1000101 | 111110 | 101011000 | 1011000 | 10100 |
Color Harmonies of #60061E
Complementary color
Monochromatic Colors of #60061E
Black with #60061E
Text Example
Text Example
White with #60061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60061E; }
p { color: rgb(96,6,30); }
H1.HeaderClassName
{
color: #60061E;
}
.AnyTagClassName
{
color: #60061E;
}
</style>
background-color css
<style>
a { background-color: #60061E; }
a { background-color: rgb(96,6,30); }
div.DivClassName
{
background-color: #60061E;
}
.BgClassName
{
background-color: #60061E;
}
</style>
border-color css
<style>
span { border-color: #60061E; }
span { border-color: rgb(96,6,30); }
td.TdClassName
{
border-color: #60061E;
}
.TagClassName
{
border-color: #60061E;
}
</style>