Shades of Pohutukawa #680921
Tints of Pohutukawa #680921
RGB
CMYK
RGB Variations
Color information
#680921 (or 0x680921) is known color: Pohutukawa. HEX triplet: 68, 09 and 21. RGB value is (104,9,33). Sum of RGB (Red+Green+Blue) = 104+9+33=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #680921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680921 is #97F6DE. Grayscale: #282828. Windows color (decimal): -9959135 or 2165096. OLE color: 2165096.
HSL color Cylindrical-coordinate representation of color #680921: hue angle of 344.84º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680921 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 33 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.59 |
| HSL | 344.84º | 0.84% | 0.22% | - |
| HSV(B) | 344.84º | 0.91% | 0.41% | - |
| XYZ | 6.08 | 3.25 | 1.75 | - |
| YUV | 40.14 | 123.97 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 33 | 0 | 0.91 | 0.68 | 0.59 | 344.84 | 0.84 | 0.22 |
| Hex | 68 | 9 | 21 | 0 | 5B | 44 | 3B | 159 | 54 | 16 |
| Octal | 150 | 11 | 41 | 0 | 133 | 104 | 73 | 531 | 124 | 26 |
| Binary | 1101000 | 1001 | 100001 | 0 | 1011011 | 1000100 | 111011 | 101011001 | 1010100 | 10110 |
Color Harmonies of #680921
Complementary color
Monochromatic Colors of #680921
Black with #680921
Text Example
Text Example
White with #680921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680921; }
p { color: rgb(104,9,33); }
H1.HeaderClassName
{
color: #680921;
}
.AnyTagClassName
{
color: #680921;
}
</style>
background-color css
<style>
a { background-color: #680921; }
a { background-color: rgb(104,9,33); }
div.DivClassName
{
background-color: #680921;
}
.BgClassName
{
background-color: #680921;
}
</style>
border-color css
<style>
span { border-color: #680921; }
span { border-color: rgb(104,9,33); }
td.TdClassName
{
border-color: #680921;
}
.TagClassName
{
border-color: #680921;
}
</style>