Shades of Pohutukawa #681E2C
Tints of Pohutukawa #681E2C
RGB
CMYK
RGB Variations
Color information
#681E2C (or 0x681E2C) is known color: Pohutukawa. HEX triplet: 68, 1E and 2C. RGB value is (104,30,44). Sum of RGB (Red+Green+Blue) = 104+30+44=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #681E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681E2C is #97E1D3. Grayscale: #353535. Windows color (decimal): -9953748 or 2891368. OLE color: 2891368.
HSL color Cylindrical-coordinate representation of color #681E2C: hue angle of 348.65º 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 #681E2C is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 30 | 44 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.59 |
| HSL | 348.65º | 0.55% | 0.26% | - |
| HSV(B) | 348.65º | 0.71% | 0.41% | - |
| XYZ | 6.63 | 4.05 | 2.82 | - |
| YUV | 53.72 | 122.52 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 30 | 44 | 0 | 0.71 | 0.58 | 0.59 | 348.65 | 0.55 | 0.26 |
| Hex | 68 | 1E | 2C | 0 | 47 | 3A | 3B | 15D | 37 | 1A |
| Octal | 150 | 36 | 54 | 0 | 107 | 72 | 73 | 535 | 67 | 32 |
| Binary | 1101000 | 11110 | 101100 | 0 | 1000111 | 111010 | 111011 | 101011101 | 110111 | 11010 |
Color Harmonies of #681E2C
Complementary color
Monochromatic Colors of #681E2C
Black with #681E2C
Text Example
Text Example
White with #681E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681E2C; }
p { color: rgb(104,30,44); }
H1.HeaderClassName
{
color: #681E2C;
}
.AnyTagClassName
{
color: #681E2C;
}
</style>
background-color css
<style>
a { background-color: #681E2C; }
a { background-color: rgb(104,30,44); }
div.DivClassName
{
background-color: #681E2C;
}
.BgClassName
{
background-color: #681E2C;
}
</style>
border-color css
<style>
span { border-color: #681E2C; }
span { border-color: rgb(104,30,44); }
td.TdClassName
{
border-color: #681E2C;
}
.TagClassName
{
border-color: #681E2C;
}
</style>