Shades of Pohutukawa #6D1724
Tints of Pohutukawa #6D1724
RGB
CMYK
RGB Variations
Color information
#6D1724 (or 0x6D1724) is known color: Pohutukawa. HEX triplet: 6D, 17 and 24. RGB value is (109,23,36). Sum of RGB (Red+Green+Blue) = 109+23+36=168 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.88% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1724 is #92E8DB. Grayscale: #323232. Windows color (decimal): -9627868 or 2365293. OLE color: 2365293.
HSL color Cylindrical-coordinate representation of color #6D1724: hue angle of 350.93º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D1724 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 23 | 36 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.57 |
| HSL | 350.93º | 0.65% | 0.26% | - |
| HSV(B) | 350.93º | 0.79% | 0.43% | - |
| XYZ | 6.93 | 3.99 | 2.07 | - |
| YUV | 50.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 23 | 36 | 0 | 0.79 | 0.67 | 0.57 | 350.93 | 0.65 | 0.26 |
| Hex | 6D | 17 | 24 | 0 | 4F | 43 | 39 | 15F | 41 | 1A |
| Octal | 155 | 27 | 44 | 0 | 117 | 103 | 71 | 537 | 101 | 32 |
| Binary | 1101101 | 10111 | 100100 | 0 | 1001111 | 1000011 | 111001 | 101011111 | 1000001 | 11010 |
Color Harmonies of #6D1724
Complementary color
Monochromatic Colors of #6D1724
Black with #6D1724
Text Example
Text Example
White with #6D1724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1724; }
p { color: rgb(109,23,36); }
H1.HeaderClassName
{
color: #6D1724;
}
.AnyTagClassName
{
color: #6D1724;
}
</style>
background-color css
<style>
a { background-color: #6D1724; }
a { background-color: rgb(109,23,36); }
div.DivClassName
{
background-color: #6D1724;
}
.BgClassName
{
background-color: #6D1724;
}
</style>
border-color css
<style>
span { border-color: #6D1724; }
span { border-color: rgb(109,23,36); }
td.TdClassName
{
border-color: #6D1724;
}
.TagClassName
{
border-color: #6D1724;
}
</style>