Shades of Pohutukawa #681F20
Tints of Pohutukawa #681F20
RGB
CMYK
RGB Variations
Color information
#681F20 (or 0x681F20) is known color: Pohutukawa. HEX triplet: 68, 1F and 20. RGB value is (104,31,32). Sum of RGB (Red+Green+Blue) = 104+31+32=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #681F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681F20 is #97E0DF. Grayscale: #353535. Windows color (decimal): -9953504 or 2105192. OLE color: 2105192.
HSL color Cylindrical-coordinate representation of color #681F20: hue angle of 359.18º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #681F20 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 31 | 32 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.59 |
| HSL | 359.18º | 0.54% | 0.26% | - |
| HSV(B) | 359.18º | 0.7% | 0.41% | - |
| XYZ | 6.46 | 4.03 | 1.8 | - |
| YUV | 52.94 | 116.18 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 31 | 32 | 0 | 0.70 | 0.69 | 0.59 | 359.18 | 0.54 | 0.26 |
| Hex | 68 | 1F | 20 | 0 | 46 | 45 | 3B | 167 | 36 | 1A |
| Octal | 150 | 37 | 40 | 0 | 106 | 105 | 73 | 547 | 66 | 32 |
| Binary | 1101000 | 11111 | 100000 | 0 | 1000110 | 1000101 | 111011 | 101100111 | 110110 | 11010 |
Color Harmonies of #681F20
Complementary color
Monochromatic Colors of #681F20
Black with #681F20
Text Example
Text Example
White with #681F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681F20; }
p { color: rgb(104,31,32); }
H1.HeaderClassName
{
color: #681F20;
}
.AnyTagClassName
{
color: #681F20;
}
</style>
background-color css
<style>
a { background-color: #681F20; }
a { background-color: rgb(104,31,32); }
div.DivClassName
{
background-color: #681F20;
}
.BgClassName
{
background-color: #681F20;
}
</style>
border-color css
<style>
span { border-color: #681F20; }
span { border-color: rgb(104,31,32); }
td.TdClassName
{
border-color: #681F20;
}
.TagClassName
{
border-color: #681F20;
}
</style>