Shades of Pohutukawa #6D161E
Tints of Pohutukawa #6D161E
RGB
CMYK
RGB Variations
Color information
#6D161E (or 0x6D161E) is known color: Pohutukawa. HEX triplet: 6D, 16 and 1E. RGB value is (109,22,30). Sum of RGB (Red+Green+Blue) = 109+22+30=161 (21% of max value = 765). Red value is 109 (42.97% from 255 or 67.70% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 109 - color contains mainly: red. Hex color #6D161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D161E is #92E9E1. Grayscale: #303030. Windows color (decimal): -9628130 or 1971821. OLE color: 1971821.
HSL color Cylindrical-coordinate representation of color #6D161E: hue angle of 354.48º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D161E is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 22 | 30 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.57 |
| HSL | 354.48º | 0.66% | 0.26% | - |
| HSV(B) | 354.48º | 0.8% | 0.43% | - |
| XYZ | 6.83 | 3.92 | 1.62 | - |
| YUV | 48.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 30 | 0 | 0.80 | 0.72 | 0.57 | 354.48 | 0.66 | 0.26 |
| Hex | 6D | 16 | 1E | 0 | 50 | 48 | 39 | 162 | 42 | 1A |
| Octal | 155 | 26 | 36 | 0 | 120 | 110 | 71 | 542 | 102 | 32 |
| Binary | 1101101 | 10110 | 11110 | 0 | 1010000 | 1001000 | 111001 | 101100010 | 1000010 | 11010 |
Color Harmonies of #6D161E
Complementary color
Monochromatic Colors of #6D161E
Black with #6D161E
Text Example
Text Example
White with #6D161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D161E; }
p { color: rgb(109,22,30); }
H1.HeaderClassName
{
color: #6D161E;
}
.AnyTagClassName
{
color: #6D161E;
}
</style>
background-color css
<style>
a { background-color: #6D161E; }
a { background-color: rgb(109,22,30); }
div.DivClassName
{
background-color: #6D161E;
}
.BgClassName
{
background-color: #6D161E;
}
</style>
border-color css
<style>
span { border-color: #6D161E; }
span { border-color: rgb(109,22,30); }
td.TdClassName
{
border-color: #6D161E;
}
.TagClassName
{
border-color: #6D161E;
}
</style>