Shades of Pohutukawa #68060C
Tints of Pohutukawa #68060C
RGB
CMYK
RGB Variations
Color information
#68060C (or 0x68060C) is known color: Pohutukawa. HEX triplet: 68, 06 and 0C. RGB value is (104,6,12). Sum of RGB (Red+Green+Blue) = 104+6+12=122 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.25% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 104 - color contains mainly: red. Hex color #68060C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68060C is #97F9F3. Grayscale: #242424. Windows color (decimal): -9959924 or 788072. OLE color: 788072.
HSL color Cylindrical-coordinate representation of color #68060C: hue angle of 356.33º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68060C is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 12 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.59 |
| HSL | 356.33º | 0.89% | 0.22% | - |
| HSV(B) | 356.33º | 0.94% | 0.41% | - |
| XYZ | 5.84 | 3.1 | 0.64 | - |
| YUV | 35.99 | 114.47 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 12 | 0 | 0.94 | 0.88 | 0.59 | 356.33 | 0.89 | 0.22 |
| Hex | 68 | 6 | C | 0 | 5E | 58 | 3B | 164 | 59 | 16 |
| Octal | 150 | 6 | 14 | 0 | 136 | 130 | 73 | 544 | 131 | 26 |
| Binary | 1101000 | 110 | 1100 | 0 | 1011110 | 1011000 | 111011 | 101100100 | 1011001 | 10110 |
Color Harmonies of #68060C
Complementary color
Monochromatic Colors of #68060C
Black with #68060C
Text Example
Text Example
White with #68060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68060C; }
p { color: rgb(104,6,12); }
H1.HeaderClassName
{
color: #68060C;
}
.AnyTagClassName
{
color: #68060C;
}
</style>
background-color css
<style>
a { background-color: #68060C; }
a { background-color: rgb(104,6,12); }
div.DivClassName
{
background-color: #68060C;
}
.BgClassName
{
background-color: #68060C;
}
</style>
border-color css
<style>
span { border-color: #68060C; }
span { border-color: rgb(104,6,12); }
td.TdClassName
{
border-color: #68060C;
}
.TagClassName
{
border-color: #68060C;
}
</style>