Shades of Pohutukawa #680F1E
Tints of Pohutukawa #680F1E
RGB
CMYK
RGB Variations
Color information
#680F1E (or 0x680F1E) is known color: Pohutukawa. HEX triplet: 68, 0F and 1E. RGB value is (104,15,30). Sum of RGB (Red+Green+Blue) = 104+15+30=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #680F1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680F1E is #97F0E1. Grayscale: #2B2B2B. Windows color (decimal): -9957602 or 1970024. OLE color: 1970024.
HSL color Cylindrical-coordinate representation of color #680F1E: hue angle of 349.89º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #680F1E is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 15 | 30 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.59 |
| HSL | 349.89º | 0.75% | 0.23% | - |
| HSV(B) | 349.89º | 0.86% | 0.41% | - |
| XYZ | 6.11 | 3.38 | 1.56 | - |
| YUV | 43.32 | 120.49 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 30 | 0 | 0.86 | 0.71 | 0.59 | 349.89 | 0.75 | 0.23 |
| Hex | 68 | F | 1E | 0 | 56 | 47 | 3B | 15E | 4B | 17 |
| Octal | 150 | 17 | 36 | 0 | 126 | 107 | 73 | 536 | 113 | 27 |
| Binary | 1101000 | 1111 | 11110 | 0 | 1010110 | 1000111 | 111011 | 101011110 | 1001011 | 10111 |
Color Harmonies of #680F1E
Complementary color
Monochromatic Colors of #680F1E
Black with #680F1E
Text Example
Text Example
White with #680F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680F1E; }
p { color: rgb(104,15,30); }
H1.HeaderClassName
{
color: #680F1E;
}
.AnyTagClassName
{
color: #680F1E;
}
</style>
background-color css
<style>
a { background-color: #680F1E; }
a { background-color: rgb(104,15,30); }
div.DivClassName
{
background-color: #680F1E;
}
.BgClassName
{
background-color: #680F1E;
}
</style>
border-color css
<style>
span { border-color: #680F1E; }
span { border-color: rgb(104,15,30); }
td.TdClassName
{
border-color: #680F1E;
}
.TagClassName
{
border-color: #680F1E;
}
</style>