Shades of Pohutukawa #690C10
Tints of Pohutukawa #690C10
RGB
CMYK
RGB Variations
Color information
#690C10 (or 0x690C10) is known color: Pohutukawa. HEX triplet: 69, 0C and 10. RGB value is (105,12,16). Sum of RGB (Red+Green+Blue) = 105+12+16=133 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.95% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 105 - color contains mainly: red. Hex color #690C10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690C10 is #96F3EF. Grayscale: #282828. Windows color (decimal): -9892848 or 1051753. OLE color: 1051753.
HSL color Cylindrical-coordinate representation of color #690C10: hue angle of 357.42º 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 #690C10 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 12 | 16 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.59 |
| HSL | 357.42º | 0.79% | 0.23% | - |
| HSV(B) | 357.42º | 0.89% | 0.41% | - |
| XYZ | 6.05 | 3.3 | 0.81 | - |
| YUV | 40.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 16 | 0 | 0.89 | 0.85 | 0.59 | 357.42 | 0.79 | 0.23 |
| Hex | 69 | C | 10 | 0 | 59 | 55 | 3B | 165 | 4F | 17 |
| Octal | 151 | 14 | 20 | 0 | 131 | 125 | 73 | 545 | 117 | 27 |
| Binary | 1101001 | 1100 | 10000 | 0 | 1011001 | 1010101 | 111011 | 101100101 | 1001111 | 10111 |
Color Harmonies of #690C10
Complementary color
Monochromatic Colors of #690C10
Black with #690C10
Text Example
Text Example
White with #690C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690C10; }
p { color: rgb(105,12,16); }
H1.HeaderClassName
{
color: #690C10;
}
.AnyTagClassName
{
color: #690C10;
}
</style>
background-color css
<style>
a { background-color: #690C10; }
a { background-color: rgb(105,12,16); }
div.DivClassName
{
background-color: #690C10;
}
.BgClassName
{
background-color: #690C10;
}
</style>
border-color css
<style>
span { border-color: #690C10; }
span { border-color: rgb(105,12,16); }
td.TdClassName
{
border-color: #690C10;
}
.TagClassName
{
border-color: #690C10;
}
</style>