Shades of Pohutukawa #680A14
Tints of Pohutukawa #680A14
RGB
CMYK
RGB Variations
Color information
#680A14 (or 0x680A14) is known color: Pohutukawa. HEX triplet: 68, 0A and 14. RGB value is (104,10,20). Sum of RGB (Red+Green+Blue) = 104+10+20=134 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.61% from 134); Green value is 10 (4.30% from 255 or 7.46% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 104 - color contains mainly: red. Hex color #680A14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680A14 is #97F5EB. Grayscale: #272727. Windows color (decimal): -9958892 or 1313384. OLE color: 1313384.
HSL color Cylindrical-coordinate representation of color #680A14: hue angle of 353.62º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A14 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 20 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.59 |
| HSL | 353.62º | 0.82% | 0.22% | - |
| HSV(B) | 353.62º | 0.9% | 0.41% | - |
| XYZ | 5.94 | 3.21 | 0.97 | - |
| YUV | 39.25 | 117.14 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 20 | 0 | 0.90 | 0.81 | 0.59 | 353.62 | 0.82 | 0.22 |
| Hex | 68 | A | 14 | 0 | 5A | 51 | 3B | 162 | 52 | 16 |
| Octal | 150 | 12 | 24 | 0 | 132 | 121 | 73 | 542 | 122 | 26 |
| Binary | 1101000 | 1010 | 10100 | 0 | 1011010 | 1010001 | 111011 | 101100010 | 1010010 | 10110 |
Color Harmonies of #680A14
Complementary color
Monochromatic Colors of #680A14
Black with #680A14
Text Example
Text Example
White with #680A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A14; }
p { color: rgb(104,10,20); }
H1.HeaderClassName
{
color: #680A14;
}
.AnyTagClassName
{
color: #680A14;
}
</style>
background-color css
<style>
a { background-color: #680A14; }
a { background-color: rgb(104,10,20); }
div.DivClassName
{
background-color: #680A14;
}
.BgClassName
{
background-color: #680A14;
}
</style>
border-color css
<style>
span { border-color: #680A14; }
span { border-color: rgb(104,10,20); }
td.TdClassName
{
border-color: #680A14;
}
.TagClassName
{
border-color: #680A14;
}
</style>