Shades of Pohutukawa #690F24
Tints of Pohutukawa #690F24
RGB
CMYK
RGB Variations
Color information
#690F24 (or 0x690F24) is known color: Pohutukawa. HEX triplet: 69, 0F and 24. RGB value is (105,15,36). Sum of RGB (Red+Green+Blue) = 105+15+36=156 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.31% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 105 - color contains mainly: red. Hex color #690F24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690F24 is #96F0DB. Grayscale: #2C2C2C. Windows color (decimal): -9892060 or 2363241. OLE color: 2363241.
HSL color Cylindrical-coordinate representation of color #690F24: hue angle of 346º 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 #690F24 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 15 | 36 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.59 |
| HSL | 346º | 0.75% | 0.24% | - |
| HSV(B) | 346º | 0.86% | 0.41% | - |
| XYZ | 6.31 | 3.47 | 2.01 | - |
| YUV | 44.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 36 | 0 | 0.86 | 0.66 | 0.59 | 346 | 0.75 | 0.24 |
| Hex | 69 | F | 24 | 0 | 56 | 42 | 3B | 15A | 4B | 18 |
| Octal | 151 | 17 | 44 | 0 | 126 | 102 | 73 | 532 | 113 | 30 |
| Binary | 1101001 | 1111 | 100100 | 0 | 1010110 | 1000010 | 111011 | 101011010 | 1001011 | 11000 |
Color Harmonies of #690F24
Complementary color
Monochromatic Colors of #690F24
Black with #690F24
Text Example
Text Example
White with #690F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690F24; }
p { color: rgb(105,15,36); }
H1.HeaderClassName
{
color: #690F24;
}
.AnyTagClassName
{
color: #690F24;
}
</style>
background-color css
<style>
a { background-color: #690F24; }
a { background-color: rgb(105,15,36); }
div.DivClassName
{
background-color: #690F24;
}
.BgClassName
{
background-color: #690F24;
}
</style>
border-color css
<style>
span { border-color: #690F24; }
span { border-color: rgb(105,15,36); }
td.TdClassName
{
border-color: #690F24;
}
.TagClassName
{
border-color: #690F24;
}
</style>