Shades of Pohutukawa #690D17
Tints of Pohutukawa #690D17
RGB
CMYK
RGB Variations
Color information
#690D17 (or 0x690D17) is known color: Pohutukawa. HEX triplet: 69, 0D and 17. RGB value is (105,13,23). Sum of RGB (Red+Green+Blue) = 105+13+23=141 (18% of max value = 765). Red value is 105 (41.41% from 255 or 74.47% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 105 - color contains mainly: red. Hex color #690D17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690D17 is #96F2E8. Grayscale: #292929. Windows color (decimal): -9892585 or 1510761. OLE color: 1510761.
HSL color Cylindrical-coordinate representation of color #690D17: hue angle of 353.48º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #690D17 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 13 | 23 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.59 |
| HSL | 353.48º | 0.78% | 0.23% | - |
| HSV(B) | 353.48º | 0.88% | 0.41% | - |
| XYZ | 6.12 | 3.35 | 1.14 | - |
| YUV | 41.65 | 117.48 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 23 | 0 | 0.88 | 0.78 | 0.59 | 353.48 | 0.78 | 0.23 |
| Hex | 69 | D | 17 | 0 | 58 | 4E | 3B | 161 | 4E | 17 |
| Octal | 151 | 15 | 27 | 0 | 130 | 116 | 73 | 541 | 116 | 27 |
| Binary | 1101001 | 1101 | 10111 | 0 | 1011000 | 1001110 | 111011 | 101100001 | 1001110 | 10111 |
Color Harmonies of #690D17
Complementary color
Monochromatic Colors of #690D17
Black with #690D17
Text Example
Text Example
White with #690D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690D17; }
p { color: rgb(105,13,23); }
H1.HeaderClassName
{
color: #690D17;
}
.AnyTagClassName
{
color: #690D17;
}
</style>
background-color css
<style>
a { background-color: #690D17; }
a { background-color: rgb(105,13,23); }
div.DivClassName
{
background-color: #690D17;
}
.BgClassName
{
background-color: #690D17;
}
</style>
border-color css
<style>
span { border-color: #690D17; }
span { border-color: rgb(105,13,23); }
td.TdClassName
{
border-color: #690D17;
}
.TagClassName
{
border-color: #690D17;
}
</style>