Shades of Pohutukawa #680D22
Tints of Pohutukawa #680D22
RGB
CMYK
RGB Variations
Color information
#680D22 (or 0x680D22) is known color: Pohutukawa. HEX triplet: 68, 0D and 22. RGB value is (104,13,34). Sum of RGB (Red+Green+Blue) = 104+13+34=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #680D22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680D22 is #97F2DD. Grayscale: #2A2A2A. Windows color (decimal): -9958110 or 2231656. OLE color: 2231656.
HSL color Cylindrical-coordinate representation of color #680D22: hue angle of 346.15º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680D22 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 13 | 34 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.59 |
| HSL | 346.15º | 0.78% | 0.23% | - |
| HSV(B) | 346.15º | 0.88% | 0.41% | - |
| XYZ | 6.14 | 3.35 | 1.84 | - |
| YUV | 42.6 | 123.15 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 34 | 0 | 0.88 | 0.67 | 0.59 | 346.15 | 0.78 | 0.23 |
| Hex | 68 | D | 22 | 0 | 58 | 43 | 3B | 15A | 4E | 17 |
| Octal | 150 | 15 | 42 | 0 | 130 | 103 | 73 | 532 | 116 | 27 |
| Binary | 1101000 | 1101 | 100010 | 0 | 1011000 | 1000011 | 111011 | 101011010 | 1001110 | 10111 |
Color Harmonies of #680D22
Complementary color
Monochromatic Colors of #680D22
Black with #680D22
Text Example
Text Example
White with #680D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680D22; }
p { color: rgb(104,13,34); }
H1.HeaderClassName
{
color: #680D22;
}
.AnyTagClassName
{
color: #680D22;
}
</style>
background-color css
<style>
a { background-color: #680D22; }
a { background-color: rgb(104,13,34); }
div.DivClassName
{
background-color: #680D22;
}
.BgClassName
{
background-color: #680D22;
}
</style>
border-color css
<style>
span { border-color: #680D22; }
span { border-color: rgb(104,13,34); }
td.TdClassName
{
border-color: #680D22;
}
.TagClassName
{
border-color: #680D22;
}
</style>