Shades of Pohutukawa #6C1215
Tints of Pohutukawa #6C1215
RGB
CMYK
RGB Variations
Color information
#6C1215 (or 0x6C1215) is known color: Pohutukawa. HEX triplet: 6C, 12 and 15. RGB value is (108,18,21). Sum of RGB (Red+Green+Blue) = 108+18+21=147 (19% of max value = 765). Red value is 108 (42.58% from 255 or 73.47% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1215 is #93EDEA. Grayscale: #2D2D2D. Windows color (decimal): -9694699 or 1380972. OLE color: 1380972.
HSL color Cylindrical-coordinate representation of color #6C1215: hue angle of 358º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C1215 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 18 | 21 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.58 |
| HSL | 358º | 0.71% | 0.25% | - |
| HSV(B) | 358º | 0.83% | 0.42% | - |
| XYZ | 6.54 | 3.67 | 1.07 | - |
| YUV | 45.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 18 | 21 | 0 | 0.83 | 0.81 | 0.58 | 358 | 0.71 | 0.25 |
| Hex | 6C | 12 | 15 | 0 | 53 | 51 | 3A | 166 | 47 | 19 |
| Octal | 154 | 22 | 25 | 0 | 123 | 121 | 72 | 546 | 107 | 31 |
| Binary | 1101100 | 10010 | 10101 | 0 | 1010011 | 1010001 | 111010 | 101100110 | 1000111 | 11001 |
Color Harmonies of #6C1215
Complementary color
Monochromatic Colors of #6C1215
Black with #6C1215
Text Example
Text Example
White with #6C1215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1215; }
p { color: rgb(108,18,21); }
H1.HeaderClassName
{
color: #6C1215;
}
.AnyTagClassName
{
color: #6C1215;
}
</style>
background-color css
<style>
a { background-color: #6C1215; }
a { background-color: rgb(108,18,21); }
div.DivClassName
{
background-color: #6C1215;
}
.BgClassName
{
background-color: #6C1215;
}
</style>
border-color css
<style>
span { border-color: #6C1215; }
span { border-color: rgb(108,18,21); }
td.TdClassName
{
border-color: #6C1215;
}
.TagClassName
{
border-color: #6C1215;
}
</style>