Shades of Pohutukawa #6C1517
Tints of Pohutukawa #6C1517
RGB
CMYK
RGB Variations
Color information
#6C1517 (or 0x6C1517) is known color: Pohutukawa. HEX triplet: 6C, 15 and 17. RGB value is (108,21,23). Sum of RGB (Red+Green+Blue) = 108+21+23=152 (20% of max value = 765). Red value is 108 (42.58% from 255 or 71.05% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1517 is #93EAE8. Grayscale: #2F2F2F. Windows color (decimal): -9693929 or 1512812. OLE color: 1512812.
HSL color Cylindrical-coordinate representation of color #6C1517: hue angle of 358.62º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C1517 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 21 | 23 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.58 |
| HSL | 358.62º | 0.67% | 0.25% | - |
| HSV(B) | 358.62º | 0.81% | 0.42% | - |
| XYZ | 6.61 | 3.79 | 1.19 | - |
| YUV | 47.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 21 | 23 | 0 | 0.81 | 0.79 | 0.58 | 358.62 | 0.67 | 0.25 |
| Hex | 6C | 15 | 17 | 0 | 51 | 4F | 3A | 167 | 43 | 19 |
| Octal | 154 | 25 | 27 | 0 | 121 | 117 | 72 | 547 | 103 | 31 |
| Binary | 1101100 | 10101 | 10111 | 0 | 1010001 | 1001111 | 111010 | 101100111 | 1000011 | 11001 |
Color Harmonies of #6C1517
Complementary color
Monochromatic Colors of #6C1517
Black with #6C1517
Text Example
Text Example
White with #6C1517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1517; }
p { color: rgb(108,21,23); }
H1.HeaderClassName
{
color: #6C1517;
}
.AnyTagClassName
{
color: #6C1517;
}
</style>
background-color css
<style>
a { background-color: #6C1517; }
a { background-color: rgb(108,21,23); }
div.DivClassName
{
background-color: #6C1517;
}
.BgClassName
{
background-color: #6C1517;
}
</style>
border-color css
<style>
span { border-color: #6C1517; }
span { border-color: rgb(108,21,23); }
td.TdClassName
{
border-color: #6C1517;
}
.TagClassName
{
border-color: #6C1517;
}
</style>