Shades of Pohutukawa #680C16
Tints of Pohutukawa #680C16
RGB
CMYK
RGB Variations
Color information
#680C16 (or 0x680C16) is known color: Pohutukawa. HEX triplet: 68, 0C and 16. RGB value is (104,12,22). Sum of RGB (Red+Green+Blue) = 104+12+22=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #680C16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680C16 is #97F3E9. Grayscale: #282828. Windows color (decimal): -9958378 or 1444968. OLE color: 1444968.
HSL color Cylindrical-coordinate representation of color #680C16: hue angle of 353.48º 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 #680C16 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 12 | 22 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.59 |
| HSL | 353.48º | 0.79% | 0.23% | - |
| HSV(B) | 353.48º | 0.88% | 0.41% | - |
| XYZ | 5.99 | 3.26 | 1.07 | - |
| YUV | 40.65 | 117.48 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 22 | 0 | 0.88 | 0.79 | 0.59 | 353.48 | 0.79 | 0.23 |
| Hex | 68 | C | 16 | 0 | 58 | 4F | 3B | 161 | 4F | 17 |
| Octal | 150 | 14 | 26 | 0 | 130 | 117 | 73 | 541 | 117 | 27 |
| Binary | 1101000 | 1100 | 10110 | 0 | 1011000 | 1001111 | 111011 | 101100001 | 1001111 | 10111 |
Color Harmonies of #680C16
Complementary color
Monochromatic Colors of #680C16
Black with #680C16
Text Example
Text Example
White with #680C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680C16; }
p { color: rgb(104,12,22); }
H1.HeaderClassName
{
color: #680C16;
}
.AnyTagClassName
{
color: #680C16;
}
</style>
background-color css
<style>
a { background-color: #680C16; }
a { background-color: rgb(104,12,22); }
div.DivClassName
{
background-color: #680C16;
}
.BgClassName
{
background-color: #680C16;
}
</style>
border-color css
<style>
span { border-color: #680C16; }
span { border-color: rgb(104,12,22); }
td.TdClassName
{
border-color: #680C16;
}
.TagClassName
{
border-color: #680C16;
}
</style>