Shades of Pohutukawa #681D22
Tints of Pohutukawa #681D22
RGB
CMYK
RGB Variations
Color information
#681D22 (or 0x681D22) is known color: Pohutukawa. HEX triplet: 68, 1D and 22. RGB value is (104,29,34). Sum of RGB (Red+Green+Blue) = 104+29+34=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #681D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681D22 is #97E2DD. Grayscale: #343434. Windows color (decimal): -9954014 or 2235752. OLE color: 2235752.
HSL color Cylindrical-coordinate representation of color #681D22: hue angle of 356º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #681D22 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 29 | 34 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.59 |
| HSL | 356º | 0.56% | 0.26% | - |
| HSV(B) | 356º | 0.72% | 0.41% | - |
| XYZ | 6.44 | 3.94 | 1.93 | - |
| YUV | 52 | 117.85 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 34 | 0 | 0.72 | 0.67 | 0.59 | 356 | 0.56 | 0.26 |
| Hex | 68 | 1D | 22 | 0 | 48 | 43 | 3B | 164 | 38 | 1A |
| Octal | 150 | 35 | 42 | 0 | 110 | 103 | 73 | 544 | 70 | 32 |
| Binary | 1101000 | 11101 | 100010 | 0 | 1001000 | 1000011 | 111011 | 101100100 | 111000 | 11010 |
Color Harmonies of #681D22
Complementary color
Monochromatic Colors of #681D22
Black with #681D22
Text Example
Text Example
White with #681D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681D22; }
p { color: rgb(104,29,34); }
H1.HeaderClassName
{
color: #681D22;
}
.AnyTagClassName
{
color: #681D22;
}
</style>
background-color css
<style>
a { background-color: #681D22; }
a { background-color: rgb(104,29,34); }
div.DivClassName
{
background-color: #681D22;
}
.BgClassName
{
background-color: #681D22;
}
</style>
border-color css
<style>
span { border-color: #681D22; }
span { border-color: rgb(104,29,34); }
td.TdClassName
{
border-color: #681D22;
}
.TagClassName
{
border-color: #681D22;
}
</style>