Shades of Pohutukawa #6D172A
Tints of Pohutukawa #6D172A
RGB
CMYK
RGB Variations
Color information
#6D172A (or 0x6D172A) is known color: Pohutukawa. HEX triplet: 6D, 17 and 2A. RGB value is (109,23,42). Sum of RGB (Red+Green+Blue) = 109+23+42=174 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.64% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 109 - color contains mainly: red. Hex color #6D172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D172A is #92E8D5. Grayscale: #323232. Windows color (decimal): -9627862 or 2758509. OLE color: 2758509.
HSL color Cylindrical-coordinate representation of color #6D172A: hue angle of 346.74º 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 #6D172A is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 23 | 42 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.57 |
| HSL | 346.74º | 0.65% | 0.26% | - |
| HSV(B) | 346.74º | 0.79% | 0.43% | - |
| XYZ | 7.03 | 4.03 | 2.6 | - |
| YUV | 50.88 | 122.99 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 23 | 42 | 0 | 0.79 | 0.61 | 0.57 | 346.74 | 0.65 | 0.26 |
| Hex | 6D | 17 | 2A | 0 | 4F | 3D | 39 | 15B | 41 | 1A |
| Octal | 155 | 27 | 52 | 0 | 117 | 75 | 71 | 533 | 101 | 32 |
| Binary | 1101101 | 10111 | 101010 | 0 | 1001111 | 111101 | 111001 | 101011011 | 1000001 | 11010 |
Color Harmonies of #6D172A
Complementary color
Monochromatic Colors of #6D172A
Black with #6D172A
Text Example
Text Example
White with #6D172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D172A; }
p { color: rgb(109,23,42); }
H1.HeaderClassName
{
color: #6D172A;
}
.AnyTagClassName
{
color: #6D172A;
}
</style>
background-color css
<style>
a { background-color: #6D172A; }
a { background-color: rgb(109,23,42); }
div.DivClassName
{
background-color: #6D172A;
}
.BgClassName
{
background-color: #6D172A;
}
</style>
border-color css
<style>
span { border-color: #6D172A; }
span { border-color: rgb(109,23,42); }
td.TdClassName
{
border-color: #6D172A;
}
.TagClassName
{
border-color: #6D172A;
}
</style>