Shades of Pohutukawa #681A20
Tints of Pohutukawa #681A20
RGB
CMYK
RGB Variations
Color information
#681A20 (or 0x681A20) is known color: Pohutukawa. HEX triplet: 68, 1A and 20. RGB value is (104,26,32). Sum of RGB (Red+Green+Blue) = 104+26+32=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #681A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A20 is #97E5DF. Grayscale: #323232. Windows color (decimal): -9954784 or 2103912. OLE color: 2103912.
HSL color Cylindrical-coordinate representation of color #681A20: hue angle of 355.38º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681A20 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 26 | 32 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.59 |
| HSL | 355.38º | 0.6% | 0.25% | - |
| HSV(B) | 355.38º | 0.75% | 0.41% | - |
| XYZ | 6.34 | 3.79 | 1.76 | - |
| YUV | 50.01 | 117.84 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 26 | 32 | 0 | 0.75 | 0.69 | 0.59 | 355.38 | 0.6 | 0.25 |
| Hex | 68 | 1A | 20 | 0 | 4B | 45 | 3B | 163 | 3C | 19 |
| Octal | 150 | 32 | 40 | 0 | 113 | 105 | 73 | 543 | 74 | 31 |
| Binary | 1101000 | 11010 | 100000 | 0 | 1001011 | 1000101 | 111011 | 101100011 | 111100 | 11001 |
Color Harmonies of #681A20
Complementary color
Monochromatic Colors of #681A20
Black with #681A20
Text Example
Text Example
White with #681A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681A20; }
p { color: rgb(104,26,32); }
H1.HeaderClassName
{
color: #681A20;
}
.AnyTagClassName
{
color: #681A20;
}
</style>
background-color css
<style>
a { background-color: #681A20; }
a { background-color: rgb(104,26,32); }
div.DivClassName
{
background-color: #681A20;
}
.BgClassName
{
background-color: #681A20;
}
</style>
border-color css
<style>
span { border-color: #681A20; }
span { border-color: rgb(104,26,32); }
td.TdClassName
{
border-color: #681A20;
}
.TagClassName
{
border-color: #681A20;
}
</style>