Shades of Pohutukawa #690C20
Tints of Pohutukawa #690C20
RGB
CMYK
RGB Variations
Color information
#690C20 (or 0x690C20) is known color: Pohutukawa. HEX triplet: 69, 0C and 20. RGB value is (105,12,32). Sum of RGB (Red+Green+Blue) = 105+12+32=149 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.47% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 105 - color contains mainly: red. Hex color #690C20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690C20 is #96F3DF. Grayscale: #2A2A2A. Windows color (decimal): -9892832 or 2100329. OLE color: 2100329.
HSL color Cylindrical-coordinate representation of color #690C20: hue angle of 347.1º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690C20 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 12 | 32 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.59 |
| HSL | 347.1º | 0.79% | 0.23% | - |
| HSV(B) | 347.1º | 0.89% | 0.41% | - |
| XYZ | 6.22 | 3.37 | 1.69 | - |
| YUV | 42.09 | 122.31 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 32 | 0 | 0.89 | 0.70 | 0.59 | 347.1 | 0.79 | 0.23 |
| Hex | 69 | C | 20 | 0 | 59 | 46 | 3B | 15B | 4F | 17 |
| Octal | 151 | 14 | 40 | 0 | 131 | 106 | 73 | 533 | 117 | 27 |
| Binary | 1101001 | 1100 | 100000 | 0 | 1011001 | 1000110 | 111011 | 101011011 | 1001111 | 10111 |
Color Harmonies of #690C20
Complementary color
Monochromatic Colors of #690C20
Black with #690C20
Text Example
Text Example
White with #690C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690C20; }
p { color: rgb(105,12,32); }
H1.HeaderClassName
{
color: #690C20;
}
.AnyTagClassName
{
color: #690C20;
}
</style>
background-color css
<style>
a { background-color: #690C20; }
a { background-color: rgb(105,12,32); }
div.DivClassName
{
background-color: #690C20;
}
.BgClassName
{
background-color: #690C20;
}
</style>
border-color css
<style>
span { border-color: #690C20; }
span { border-color: rgb(105,12,32); }
td.TdClassName
{
border-color: #690C20;
}
.TagClassName
{
border-color: #690C20;
}
</style>