Shades of Pohutukawa #6D0A0C
Tints of Pohutukawa #6D0A0C
RGB
CMYK
RGB Variations
Color information
#6D0A0C (or 0x6D0A0C) is known color: Pohutukawa. HEX triplet: 6D, 0A and 0C. RGB value is (109,10,12). Sum of RGB (Red+Green+Blue) = 109+10+12=131 (17% of max value = 765). Red value is 109 (42.97% from 255 or 83.21% from 131); Green value is 10 (4.30% from 255 or 7.63% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0A0C is #92F5F3. Grayscale: #272727. Windows color (decimal): -9631220 or 789101. OLE color: 789101.
HSL color Cylindrical-coordinate representation of color #6D0A0C: hue angle of 358.79º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D0A0C is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 10 | 12 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.57 |
| HSL | 358.79º | 0.83% | 0.23% | - |
| HSV(B) | 358.79º | 0.91% | 0.43% | - |
| XYZ | 6.48 | 3.49 | 0.68 | - |
| YUV | 39.83 | 112.3 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 10 | 12 | 0 | 0.91 | 0.89 | 0.57 | 358.79 | 0.83 | 0.23 |
| Hex | 6D | A | C | 0 | 5B | 59 | 39 | 167 | 53 | 17 |
| Octal | 155 | 12 | 14 | 0 | 133 | 131 | 71 | 547 | 123 | 27 |
| Binary | 1101101 | 1010 | 1100 | 0 | 1011011 | 1011001 | 111001 | 101100111 | 1010011 | 10111 |
Color Harmonies of #6D0A0C
Complementary color
Monochromatic Colors of #6D0A0C
Black with #6D0A0C
Text Example
Text Example
White with #6D0A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0A0C; }
p { color: rgb(109,10,12); }
H1.HeaderClassName
{
color: #6D0A0C;
}
.AnyTagClassName
{
color: #6D0A0C;
}
</style>
background-color css
<style>
a { background-color: #6D0A0C; }
a { background-color: rgb(109,10,12); }
div.DivClassName
{
background-color: #6D0A0C;
}
.BgClassName
{
background-color: #6D0A0C;
}
</style>
border-color css
<style>
span { border-color: #6D0A0C; }
span { border-color: rgb(109,10,12); }
td.TdClassName
{
border-color: #6D0A0C;
}
.TagClassName
{
border-color: #6D0A0C;
}
</style>