Shades of Pohutukawa #680A20
Tints of Pohutukawa #680A20
RGB
CMYK
RGB Variations
Color information
#680A20 (or 0x680A20) is known color: Pohutukawa. HEX triplet: 68, 0A and 20. RGB value is (104,10,32). Sum of RGB (Red+Green+Blue) = 104+10+32=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 10 (4.30% from 255 or 6.85% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #680A20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A20 is #97F5DF. Grayscale: #282828. Windows color (decimal): -9958880 or 2099816. OLE color: 2099816.
HSL color Cylindrical-coordinate representation of color #680A20: hue angle of 345.96º 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 #680A20 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 32 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.59 |
| HSL | 345.96º | 0.82% | 0.22% | - |
| HSV(B) | 345.96º | 0.9% | 0.41% | - |
| XYZ | 6.08 | 3.26 | 1.68 | - |
| YUV | 40.61 | 123.14 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 32 | 0 | 0.90 | 0.69 | 0.59 | 345.96 | 0.82 | 0.22 |
| Hex | 68 | A | 20 | 0 | 5A | 45 | 3B | 15A | 52 | 16 |
| Octal | 150 | 12 | 40 | 0 | 132 | 105 | 73 | 532 | 122 | 26 |
| Binary | 1101000 | 1010 | 100000 | 0 | 1011010 | 1000101 | 111011 | 101011010 | 1010010 | 10110 |
Color Harmonies of #680A20
Complementary color
Monochromatic Colors of #680A20
Black with #680A20
Text Example
Text Example
White with #680A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A20; }
p { color: rgb(104,10,32); }
H1.HeaderClassName
{
color: #680A20;
}
.AnyTagClassName
{
color: #680A20;
}
</style>
background-color css
<style>
a { background-color: #680A20; }
a { background-color: rgb(104,10,32); }
div.DivClassName
{
background-color: #680A20;
}
.BgClassName
{
background-color: #680A20;
}
</style>
border-color css
<style>
span { border-color: #680A20; }
span { border-color: rgb(104,10,32); }
td.TdClassName
{
border-color: #680A20;
}
.TagClassName
{
border-color: #680A20;
}
</style>