Shades of Pohutukawa #680C10
Tints of Pohutukawa #680C10
RGB
CMYK
RGB Variations
Color information
#680C10 (or 0x680C10) is known color: Pohutukawa. HEX triplet: 68, 0C and 10. RGB value is (104,12,16). Sum of RGB (Red+Green+Blue) = 104+12+16=132 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.79% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 104 - color contains mainly: red. Hex color #680C10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680C10 is #97F3EF. Grayscale: #282828. Windows color (decimal): -9958384 or 1051752. OLE color: 1051752.
HSL color Cylindrical-coordinate representation of color #680C10: hue angle of 357.39º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680C10 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 12 | 16 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.59 |
| HSL | 357.39º | 0.79% | 0.23% | - |
| HSV(B) | 357.39º | 0.88% | 0.41% | - |
| XYZ | 5.93 | 3.24 | 0.8 | - |
| YUV | 39.96 | 114.48 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 16 | 0 | 0.88 | 0.85 | 0.59 | 357.39 | 0.79 | 0.23 |
| Hex | 68 | C | 10 | 0 | 58 | 55 | 3B | 165 | 4F | 17 |
| Octal | 150 | 14 | 20 | 0 | 130 | 125 | 73 | 545 | 117 | 27 |
| Binary | 1101000 | 1100 | 10000 | 0 | 1011000 | 1010101 | 111011 | 101100101 | 1001111 | 10111 |
Color Harmonies of #680C10
Complementary color
Monochromatic Colors of #680C10
Black with #680C10
Text Example
Text Example
White with #680C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680C10; }
p { color: rgb(104,12,16); }
H1.HeaderClassName
{
color: #680C10;
}
.AnyTagClassName
{
color: #680C10;
}
</style>
background-color css
<style>
a { background-color: #680C10; }
a { background-color: rgb(104,12,16); }
div.DivClassName
{
background-color: #680C10;
}
.BgClassName
{
background-color: #680C10;
}
</style>
border-color css
<style>
span { border-color: #680C10; }
span { border-color: rgb(104,12,16); }
td.TdClassName
{
border-color: #680C10;
}
.TagClassName
{
border-color: #680C10;
}
</style>