Shades of Pohutukawa #681E26
Tints of Pohutukawa #681E26
RGB
CMYK
RGB Variations
Color information
#681E26 (or 0x681E26) is known color: Pohutukawa. HEX triplet: 68, 1E and 26. RGB value is (104,30,38). Sum of RGB (Red+Green+Blue) = 104+30+38=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 38 (15.23% from 255 or 22.09% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #681E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681E26 is #97E1D9. Grayscale: #353535. Windows color (decimal): -9953754 or 2498152. OLE color: 2498152.
HSL color Cylindrical-coordinate representation of color #681E26: hue angle of 353.51º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #681E26 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 30 | 38 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.59 |
| HSL | 353.51º | 0.55% | 0.26% | - |
| HSV(B) | 353.51º | 0.71% | 0.41% | - |
| XYZ | 6.52 | 4.01 | 2.26 | - |
| YUV | 53.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 30 | 38 | 0 | 0.71 | 0.63 | 0.59 | 353.51 | 0.55 | 0.26 |
| Hex | 68 | 1E | 26 | 0 | 47 | 3F | 3B | 162 | 37 | 1A |
| Octal | 150 | 36 | 46 | 0 | 107 | 77 | 73 | 542 | 67 | 32 |
| Binary | 1101000 | 11110 | 100110 | 0 | 1000111 | 111111 | 111011 | 101100010 | 110111 | 11010 |
Color Harmonies of #681E26
Complementary color
Monochromatic Colors of #681E26
Black with #681E26
Text Example
Text Example
White with #681E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681E26; }
p { color: rgb(104,30,38); }
H1.HeaderClassName
{
color: #681E26;
}
.AnyTagClassName
{
color: #681E26;
}
</style>
background-color css
<style>
a { background-color: #681E26; }
a { background-color: rgb(104,30,38); }
div.DivClassName
{
background-color: #681E26;
}
.BgClassName
{
background-color: #681E26;
}
</style>
border-color css
<style>
span { border-color: #681E26; }
span { border-color: rgb(104,30,38); }
td.TdClassName
{
border-color: #681E26;
}
.TagClassName
{
border-color: #681E26;
}
</style>