Shades of Pohutukawa #680924
Tints of Pohutukawa #680924
RGB
CMYK
RGB Variations
Color information
#680924 (or 0x680924) is known color: Pohutukawa. HEX triplet: 68, 09 and 24. RGB value is (104,9,36). Sum of RGB (Red+Green+Blue) = 104+9+36=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #680924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680924 is #97F6DB. Grayscale: #282828. Windows color (decimal): -9959132 or 2361704. OLE color: 2361704.
HSL color Cylindrical-coordinate representation of color #680924: hue angle of 342.95º 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 #680924 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 36 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.59 |
| HSL | 342.95º | 0.84% | 0.22% | - |
| HSV(B) | 342.95º | 0.91% | 0.41% | - |
| XYZ | 6.13 | 3.27 | 1.98 | - |
| YUV | 40.48 | 125.47 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 36 | 0 | 0.91 | 0.65 | 0.59 | 342.95 | 0.84 | 0.22 |
| Hex | 68 | 9 | 24 | 0 | 5B | 41 | 3B | 157 | 54 | 16 |
| Octal | 150 | 11 | 44 | 0 | 133 | 101 | 73 | 527 | 124 | 26 |
| Binary | 1101000 | 1001 | 100100 | 0 | 1011011 | 1000001 | 111011 | 101010111 | 1010100 | 10110 |
Color Harmonies of #680924
Complementary color
Monochromatic Colors of #680924
Black with #680924
Text Example
Text Example
White with #680924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680924; }
p { color: rgb(104,9,36); }
H1.HeaderClassName
{
color: #680924;
}
.AnyTagClassName
{
color: #680924;
}
</style>
background-color css
<style>
a { background-color: #680924; }
a { background-color: rgb(104,9,36); }
div.DivClassName
{
background-color: #680924;
}
.BgClassName
{
background-color: #680924;
}
</style>
border-color css
<style>
span { border-color: #680924; }
span { border-color: rgb(104,9,36); }
td.TdClassName
{
border-color: #680924;
}
.TagClassName
{
border-color: #680924;
}
</style>