Shades of Pohutukawa #680A0C
Tints of Pohutukawa #680A0C
RGB
CMYK
RGB Variations
Color information
#680A0C (or 0x680A0C) is known color: Pohutukawa. HEX triplet: 68, 0A and 0C. RGB value is (104,10,12). Sum of RGB (Red+Green+Blue) = 104+10+12=126 (16% of max value = 765). Red value is 104 (41.02% from 255 or 82.54% from 126); Green value is 10 (4.30% from 255 or 7.94% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 104 - color contains mainly: red. Hex color #680A0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680A0C is #97F5F3. Grayscale: #262626. Windows color (decimal): -9958900 or 789096. OLE color: 789096.
HSL color Cylindrical-coordinate representation of color #680A0C: hue angle of 358.72º 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 #680A0C is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 12 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.59 |
| HSL | 358.72º | 0.82% | 0.22% | - |
| HSV(B) | 358.72º | 0.9% | 0.41% | - |
| XYZ | 5.88 | 3.19 | 0.65 | - |
| YUV | 38.33 | 113.14 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 12 | 0 | 0.90 | 0.88 | 0.59 | 358.72 | 0.82 | 0.22 |
| Hex | 68 | A | C | 0 | 5A | 58 | 3B | 167 | 52 | 16 |
| Octal | 150 | 12 | 14 | 0 | 132 | 130 | 73 | 547 | 122 | 26 |
| Binary | 1101000 | 1010 | 1100 | 0 | 1011010 | 1011000 | 111011 | 101100111 | 1010010 | 10110 |
Color Harmonies of #680A0C
Complementary color
Monochromatic Colors of #680A0C
Black with #680A0C
Text Example
Text Example
White with #680A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A0C; }
p { color: rgb(104,10,12); }
H1.HeaderClassName
{
color: #680A0C;
}
.AnyTagClassName
{
color: #680A0C;
}
</style>
background-color css
<style>
a { background-color: #680A0C; }
a { background-color: rgb(104,10,12); }
div.DivClassName
{
background-color: #680A0C;
}
.BgClassName
{
background-color: #680A0C;
}
</style>
border-color css
<style>
span { border-color: #680A0C; }
span { border-color: rgb(104,10,12); }
td.TdClassName
{
border-color: #680A0C;
}
.TagClassName
{
border-color: #680A0C;
}
</style>