Shades of Pohutukawa #6D171A
Tints of Pohutukawa #6D171A
RGB
CMYK
RGB Variations
Color information
#6D171A (or 0x6D171A) is known color: Pohutukawa. HEX triplet: 6D, 17 and 1A. RGB value is (109,23,26). Sum of RGB (Red+Green+Blue) = 109+23+26=158 (20% of max value = 765). Red value is 109 (42.97% from 255 or 68.99% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 109 - color contains mainly: red. Hex color #6D171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D171A is #92E8E5. Grayscale: #313131. Windows color (decimal): -9627878 or 1709933. OLE color: 1709933.
HSL color Cylindrical-coordinate representation of color #6D171A: hue angle of 357.91º 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 #6D171A is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 23 | 26 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.57 |
| HSL | 357.91º | 0.65% | 0.26% | - |
| HSV(B) | 357.91º | 0.79% | 0.43% | - |
| XYZ | 6.8 | 3.94 | 1.38 | - |
| YUV | 49.06 | 114.99 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 23 | 26 | 0 | 0.79 | 0.76 | 0.57 | 357.91 | 0.65 | 0.26 |
| Hex | 6D | 17 | 1A | 0 | 4F | 4C | 39 | 166 | 41 | 1A |
| Octal | 155 | 27 | 32 | 0 | 117 | 114 | 71 | 546 | 101 | 32 |
| Binary | 1101101 | 10111 | 11010 | 0 | 1001111 | 1001100 | 111001 | 101100110 | 1000001 | 11010 |
Color Harmonies of #6D171A
Complementary color
Monochromatic Colors of #6D171A
Black with #6D171A
Text Example
Text Example
White with #6D171A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D171A; }
p { color: rgb(109,23,26); }
H1.HeaderClassName
{
color: #6D171A;
}
.AnyTagClassName
{
color: #6D171A;
}
</style>
background-color css
<style>
a { background-color: #6D171A; }
a { background-color: rgb(109,23,26); }
div.DivClassName
{
background-color: #6D171A;
}
.BgClassName
{
background-color: #6D171A;
}
</style>
border-color css
<style>
span { border-color: #6D171A; }
span { border-color: rgb(109,23,26); }
td.TdClassName
{
border-color: #6D171A;
}
.TagClassName
{
border-color: #6D171A;
}
</style>