Shades of Pohutukawa #690F26
Tints of Pohutukawa #690F26
RGB
CMYK
RGB Variations
Color information
#690F26 (or 0x690F26) is known color: Pohutukawa. HEX triplet: 69, 0F and 26. RGB value is (105,15,38). Sum of RGB (Red+Green+Blue) = 105+15+38=158 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.46% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 105 - color contains mainly: red. Hex color #690F26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690F26 is #96F0D9. Grayscale: #2C2C2C. Windows color (decimal): -9892058 or 2494313. OLE color: 2494313.
HSL color Cylindrical-coordinate representation of color #690F26: hue angle of 344.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #690F26 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 15 | 38 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.59 |
| HSL | 344.67º | 0.75% | 0.24% | - |
| HSV(B) | 344.67º | 0.86% | 0.41% | - |
| XYZ | 6.35 | 3.48 | 2.17 | - |
| YUV | 44.53 | 124.32 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 38 | 0 | 0.86 | 0.64 | 0.59 | 344.67 | 0.75 | 0.24 |
| Hex | 69 | F | 26 | 0 | 56 | 40 | 3B | 159 | 4B | 18 |
| Octal | 151 | 17 | 46 | 0 | 126 | 100 | 73 | 531 | 113 | 30 |
| Binary | 1101001 | 1111 | 100110 | 0 | 1010110 | 1000000 | 111011 | 101011001 | 1001011 | 11000 |
Color Harmonies of #690F26
Complementary color
Monochromatic Colors of #690F26
Black with #690F26
Text Example
Text Example
White with #690F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690F26; }
p { color: rgb(105,15,38); }
H1.HeaderClassName
{
color: #690F26;
}
.AnyTagClassName
{
color: #690F26;
}
</style>
background-color css
<style>
a { background-color: #690F26; }
a { background-color: rgb(105,15,38); }
div.DivClassName
{
background-color: #690F26;
}
.BgClassName
{
background-color: #690F26;
}
</style>
border-color css
<style>
span { border-color: #690F26; }
span { border-color: rgb(105,15,38); }
td.TdClassName
{
border-color: #690F26;
}
.TagClassName
{
border-color: #690F26;
}
</style>