Shades of Pohutukawa #680811
Tints of Pohutukawa #680811
RGB
CMYK
RGB Variations
Color information
#680811 (or 0x680811) is known color: Pohutukawa. HEX triplet: 68, 08 and 11. RGB value is (104,8,17). Sum of RGB (Red+Green+Blue) = 104+8+17=129 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80.62% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 104 - color contains mainly: red. Hex color #680811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680811 is #97F7EE. Grayscale: #252525. Windows color (decimal): -9959407 or 1116264. OLE color: 1116264.
HSL color Cylindrical-coordinate representation of color #680811: hue angle of 354.38º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680811 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 8 | 17 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.59 |
| HSL | 354.38º | 0.86% | 0.22% | - |
| HSV(B) | 354.38º | 0.92% | 0.41% | - |
| XYZ | 5.9 | 3.16 | 0.83 | - |
| YUV | 37.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 17 | 0 | 0.92 | 0.84 | 0.59 | 354.38 | 0.86 | 0.22 |
| Hex | 68 | 8 | 11 | 0 | 5C | 54 | 3B | 162 | 56 | 16 |
| Octal | 150 | 10 | 21 | 0 | 134 | 124 | 73 | 542 | 126 | 26 |
| Binary | 1101000 | 1000 | 10001 | 0 | 1011100 | 1010100 | 111011 | 101100010 | 1010110 | 10110 |
Color Harmonies of #680811
Complementary color
Monochromatic Colors of #680811
Black with #680811
Text Example
Text Example
White with #680811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680811; }
p { color: rgb(104,8,17); }
H1.HeaderClassName
{
color: #680811;
}
.AnyTagClassName
{
color: #680811;
}
</style>
background-color css
<style>
a { background-color: #680811; }
a { background-color: rgb(104,8,17); }
div.DivClassName
{
background-color: #680811;
}
.BgClassName
{
background-color: #680811;
}
</style>
border-color css
<style>
span { border-color: #680811; }
span { border-color: rgb(104,8,17); }
td.TdClassName
{
border-color: #680811;
}
.TagClassName
{
border-color: #680811;
}
</style>