Shades of Pohutukawa #6D1723
Tints of Pohutukawa #6D1723
RGB
CMYK
RGB Variations
Color information
#6D1723 (or 0x6D1723) is known color: Pohutukawa. HEX triplet: 6D, 17 and 23. RGB value is (109,23,35). Sum of RGB (Red+Green+Blue) = 109+23+35=167 (22% of max value = 765). Red value is 109 (42.97% from 255 or 65.27% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1723 is #92E8DC. Grayscale: #323232. Windows color (decimal): -9627869 or 2299757. OLE color: 2299757.
HSL color Cylindrical-coordinate representation of color #6D1723: hue angle of 351.63º 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 #6D1723 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 23 | 35 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.57 |
| HSL | 351.63º | 0.65% | 0.26% | - |
| HSV(B) | 351.63º | 0.79% | 0.43% | - |
| XYZ | 6.92 | 3.99 | 1.99 | - |
| YUV | 50.08 | 119.49 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 23 | 35 | 0 | 0.79 | 0.68 | 0.57 | 351.63 | 0.65 | 0.26 |
| Hex | 6D | 17 | 23 | 0 | 4F | 44 | 39 | 160 | 41 | 1A |
| Octal | 155 | 27 | 43 | 0 | 117 | 104 | 71 | 540 | 101 | 32 |
| Binary | 1101101 | 10111 | 100011 | 0 | 1001111 | 1000100 | 111001 | 101100000 | 1000001 | 11010 |
Color Harmonies of #6D1723
Complementary color
Monochromatic Colors of #6D1723
Black with #6D1723
Text Example
Text Example
White with #6D1723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1723; }
p { color: rgb(109,23,35); }
H1.HeaderClassName
{
color: #6D1723;
}
.AnyTagClassName
{
color: #6D1723;
}
</style>
background-color css
<style>
a { background-color: #6D1723; }
a { background-color: rgb(109,23,35); }
div.DivClassName
{
background-color: #6D1723;
}
.BgClassName
{
background-color: #6D1723;
}
</style>
border-color css
<style>
span { border-color: #6D1723; }
span { border-color: rgb(109,23,35); }
td.TdClassName
{
border-color: #6D1723;
}
.TagClassName
{
border-color: #6D1723;
}
</style>