Shades of Pohutukawa #690B14
Tints of Pohutukawa #690B14
RGB
CMYK
RGB Variations
Color information
#690B14 (or 0x690B14) is known color: Pohutukawa. HEX triplet: 69, 0B and 14. RGB value is (105,11,20). Sum of RGB (Red+Green+Blue) = 105+11+20=136 (18% of max value = 765). Red value is 105 (41.41% from 255 or 77.21% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 105 - color contains mainly: red. Hex color #690B14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690B14 is #96F4EB. Grayscale: #282828. Windows color (decimal): -9893100 or 1313641. OLE color: 1313641.
HSL color Cylindrical-coordinate representation of color #690B14: hue angle of 354.26º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690B14 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 11 | 20 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.59 |
| HSL | 354.26º | 0.81% | 0.23% | - |
| HSV(B) | 354.26º | 0.9% | 0.41% | - |
| XYZ | 6.07 | 3.29 | 0.98 | - |
| YUV | 40.13 | 116.64 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 20 | 0 | 0.90 | 0.81 | 0.59 | 354.26 | 0.81 | 0.23 |
| Hex | 69 | B | 14 | 0 | 5A | 51 | 3B | 162 | 51 | 17 |
| Octal | 151 | 13 | 24 | 0 | 132 | 121 | 73 | 542 | 121 | 27 |
| Binary | 1101001 | 1011 | 10100 | 0 | 1011010 | 1010001 | 111011 | 101100010 | 1010001 | 10111 |
Color Harmonies of #690B14
Complementary color
Monochromatic Colors of #690B14
Black with #690B14
Text Example
Text Example
White with #690B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690B14; }
p { color: rgb(105,11,20); }
H1.HeaderClassName
{
color: #690B14;
}
.AnyTagClassName
{
color: #690B14;
}
</style>
background-color css
<style>
a { background-color: #690B14; }
a { background-color: rgb(105,11,20); }
div.DivClassName
{
background-color: #690B14;
}
.BgClassName
{
background-color: #690B14;
}
</style>
border-color css
<style>
span { border-color: #690B14; }
span { border-color: rgb(105,11,20); }
td.TdClassName
{
border-color: #690B14;
}
.TagClassName
{
border-color: #690B14;
}
</style>