Shades of Pohutukawa #680A10
Tints of Pohutukawa #680A10
RGB
CMYK
RGB Variations
Color information
#680A10 (or 0x680A10) is known color: Pohutukawa. HEX triplet: 68, 0A and 10. RGB value is (104,10,16). Sum of RGB (Red+Green+Blue) = 104+10+16=130 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 104 - color contains mainly: red. Hex color #680A10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680A10 is #97F5EF. Grayscale: #262626. Windows color (decimal): -9958896 or 1051240. OLE color: 1051240.
HSL color Cylindrical-coordinate representation of color #680A10: hue angle of 356.17º 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 #680A10 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 16 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.59 |
| HSL | 356.17º | 0.82% | 0.22% | - |
| HSV(B) | 356.17º | 0.9% | 0.41% | - |
| XYZ | 5.91 | 3.2 | 0.8 | - |
| YUV | 38.79 | 115.14 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 16 | 0 | 0.90 | 0.85 | 0.59 | 356.17 | 0.82 | 0.22 |
| Hex | 68 | A | 10 | 0 | 5A | 55 | 3B | 164 | 52 | 16 |
| Octal | 150 | 12 | 20 | 0 | 132 | 125 | 73 | 544 | 122 | 26 |
| Binary | 1101000 | 1010 | 10000 | 0 | 1011010 | 1010101 | 111011 | 101100100 | 1010010 | 10110 |
Color Harmonies of #680A10
Complementary color
Monochromatic Colors of #680A10
Black with #680A10
Text Example
Text Example
White with #680A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A10; }
p { color: rgb(104,10,16); }
H1.HeaderClassName
{
color: #680A10;
}
.AnyTagClassName
{
color: #680A10;
}
</style>
background-color css
<style>
a { background-color: #680A10; }
a { background-color: rgb(104,10,16); }
div.DivClassName
{
background-color: #680A10;
}
.BgClassName
{
background-color: #680A10;
}
</style>
border-color css
<style>
span { border-color: #680A10; }
span { border-color: rgb(104,10,16); }
td.TdClassName
{
border-color: #680A10;
}
.TagClassName
{
border-color: #680A10;
}
</style>