Shades of Pohutukawa #6C1720
Tints of Pohutukawa #6C1720
RGB
CMYK
RGB Variations
Color information
#6C1720 (or 0x6C1720) is known color: Pohutukawa. HEX triplet: 6C, 17 and 20. RGB value is (108,23,32). Sum of RGB (Red+Green+Blue) = 108+23+32=163 (21% of max value = 765). Red value is 108 (42.58% from 255 or 66.26% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1720 is #93E8DF. Grayscale: #313131. Windows color (decimal): -9693408 or 2103148. OLE color: 2103148.
HSL color Cylindrical-coordinate representation of color #6C1720: hue angle of 353.65º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C1720 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 23 | 32 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.58 |
| HSL | 353.65º | 0.65% | 0.26% | - |
| HSV(B) | 353.65º | 0.79% | 0.42% | - |
| XYZ | 6.75 | 3.91 | 1.76 | - |
| YUV | 49.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 23 | 32 | 0 | 0.79 | 0.70 | 0.58 | 353.65 | 0.65 | 0.26 |
| Hex | 6C | 17 | 20 | 0 | 4F | 46 | 3A | 162 | 41 | 1A |
| Octal | 154 | 27 | 40 | 0 | 117 | 106 | 72 | 542 | 101 | 32 |
| Binary | 1101100 | 10111 | 100000 | 0 | 1001111 | 1000110 | 111010 | 101100010 | 1000001 | 11010 |
Color Harmonies of #6C1720
Complementary color
Monochromatic Colors of #6C1720
Black with #6C1720
Text Example
Text Example
White with #6C1720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1720; }
p { color: rgb(108,23,32); }
H1.HeaderClassName
{
color: #6C1720;
}
.AnyTagClassName
{
color: #6C1720;
}
</style>
background-color css
<style>
a { background-color: #6C1720; }
a { background-color: rgb(108,23,32); }
div.DivClassName
{
background-color: #6C1720;
}
.BgClassName
{
background-color: #6C1720;
}
</style>
border-color css
<style>
span { border-color: #6C1720; }
span { border-color: rgb(108,23,32); }
td.TdClassName
{
border-color: #6C1720;
}
.TagClassName
{
border-color: #6C1720;
}
</style>