Shades of Pohutukawa #680A18
Tints of Pohutukawa #680A18
RGB
CMYK
RGB Variations
Color information
#680A18 (or 0x680A18) is known color: Pohutukawa. HEX triplet: 68, 0A and 18. RGB value is (104,10,24). Sum of RGB (Red+Green+Blue) = 104+10+24=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #680A18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680A18 is #97F5E7. Grayscale: #272727. Windows color (decimal): -9958888 or 1575528. OLE color: 1575528.
HSL color Cylindrical-coordinate representation of color #680A18: hue angle of 351.06º 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 #680A18 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 24 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.59 |
| HSL | 351.06º | 0.82% | 0.22% | - |
| HSV(B) | 351.06º | 0.9% | 0.41% | - |
| XYZ | 5.98 | 3.23 | 1.17 | - |
| YUV | 39.7 | 119.14 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 24 | 0 | 0.90 | 0.77 | 0.59 | 351.06 | 0.82 | 0.22 |
| Hex | 68 | A | 18 | 0 | 5A | 4D | 3B | 15F | 52 | 16 |
| Octal | 150 | 12 | 30 | 0 | 132 | 115 | 73 | 537 | 122 | 26 |
| Binary | 1101000 | 1010 | 11000 | 0 | 1011010 | 1001101 | 111011 | 101011111 | 1010010 | 10110 |
Color Harmonies of #680A18
Complementary color
Monochromatic Colors of #680A18
Black with #680A18
Text Example
Text Example
White with #680A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A18; }
p { color: rgb(104,10,24); }
H1.HeaderClassName
{
color: #680A18;
}
.AnyTagClassName
{
color: #680A18;
}
</style>
background-color css
<style>
a { background-color: #680A18; }
a { background-color: rgb(104,10,24); }
div.DivClassName
{
background-color: #680A18;
}
.BgClassName
{
background-color: #680A18;
}
</style>
border-color css
<style>
span { border-color: #680A18; }
span { border-color: rgb(104,10,24); }
td.TdClassName
{
border-color: #680A18;
}
.TagClassName
{
border-color: #680A18;
}
</style>