Shades of Pohutukawa #69060C
Tints of Pohutukawa #69060C
RGB
CMYK
RGB Variations
Color information
#69060C (or 0x69060C) is known color: Pohutukawa. HEX triplet: 69, 06 and 0C. RGB value is (105,6,12). Sum of RGB (Red+Green+Blue) = 105+6+12=123 (16% of max value = 765). Red value is 105 (41.41% from 255 or 85.37% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 105 - color contains mainly: red. Hex color #69060C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69060C is #96F9F3. Grayscale: #242424. Windows color (decimal): -9894388 or 788073. OLE color: 788073.
HSL color Cylindrical-coordinate representation of color #69060C: hue angle of 356.36º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69060C is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 6 | 12 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.59 |
| HSL | 356.36º | 0.89% | 0.22% | - |
| HSV(B) | 356.36º | 0.94% | 0.41% | - |
| XYZ | 5.96 | 3.16 | 0.64 | - |
| YUV | 36.29 | 114.3 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 6 | 12 | 0 | 0.94 | 0.89 | 0.59 | 356.36 | 0.89 | 0.22 |
| Hex | 69 | 6 | C | 0 | 5E | 59 | 3B | 164 | 59 | 16 |
| Octal | 151 | 6 | 14 | 0 | 136 | 131 | 73 | 544 | 131 | 26 |
| Binary | 1101001 | 110 | 1100 | 0 | 1011110 | 1011001 | 111011 | 101100100 | 1011001 | 10110 |
Color Harmonies of #69060C
Complementary color
Monochromatic Colors of #69060C
Black with #69060C
Text Example
Text Example
White with #69060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69060C; }
p { color: rgb(105,6,12); }
H1.HeaderClassName
{
color: #69060C;
}
.AnyTagClassName
{
color: #69060C;
}
</style>
background-color css
<style>
a { background-color: #69060C; }
a { background-color: rgb(105,6,12); }
div.DivClassName
{
background-color: #69060C;
}
.BgClassName
{
background-color: #69060C;
}
</style>
border-color css
<style>
span { border-color: #69060C; }
span { border-color: rgb(105,6,12); }
td.TdClassName
{
border-color: #69060C;
}
.TagClassName
{
border-color: #69060C;
}
</style>