Shades of Pohutukawa #680709
Tints of Pohutukawa #680709
RGB
CMYK
RGB Variations
Color information
#680709 (or 0x680709) is known color: Pohutukawa. HEX triplet: 68, 07 and 09. RGB value is (104,7,9). Sum of RGB (Red+Green+Blue) = 104+7+9=120 (15% of max value = 765). Red value is 104 (41.02% from 255 or 86.67% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 104 - color contains mainly: red. Hex color #680709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680709 is #97F8F6. Grayscale: #242424. Windows color (decimal): -9959671 or 591720. OLE color: 591720.
HSL color Cylindrical-coordinate representation of color #680709: hue angle of 358.76º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680709 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 7 | 9 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.59 |
| HSL | 358.76º | 0.87% | 0.22% | - |
| HSV(B) | 358.76º | 0.93% | 0.41% | - |
| XYZ | 5.83 | 3.11 | 0.55 | - |
| YUV | 36.23 | 112.64 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 9 | 0 | 0.93 | 0.91 | 0.59 | 358.76 | 0.87 | 0.22 |
| Hex | 68 | 7 | 9 | 0 | 5D | 5B | 3B | 167 | 57 | 16 |
| Octal | 150 | 7 | 11 | 0 | 135 | 133 | 73 | 547 | 127 | 26 |
| Binary | 1101000 | 111 | 1001 | 0 | 1011101 | 1011011 | 111011 | 101100111 | 1010111 | 10110 |
Color Harmonies of #680709
Complementary color
Monochromatic Colors of #680709
Black with #680709
Text Example
Text Example
White with #680709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680709; }
p { color: rgb(104,7,9); }
H1.HeaderClassName
{
color: #680709;
}
.AnyTagClassName
{
color: #680709;
}
</style>
background-color css
<style>
a { background-color: #680709; }
a { background-color: rgb(104,7,9); }
div.DivClassName
{
background-color: #680709;
}
.BgClassName
{
background-color: #680709;
}
</style>
border-color css
<style>
span { border-color: #680709; }
span { border-color: rgb(104,7,9); }
td.TdClassName
{
border-color: #680709;
}
.TagClassName
{
border-color: #680709;
}
</style>