Shades of Pohutukawa #6A172A
Tints of Pohutukawa #6A172A
RGB
CMYK
RGB Variations
Color information
#6A172A (or 0x6A172A) is known color: Pohutukawa. HEX triplet: 6A, 17 and 2A. RGB value is (106,23,42). Sum of RGB (Red+Green+Blue) = 106+23+42=171 (22% of max value = 765). Red value is 106 (41.80% from 255 or 61.99% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 106 - color contains mainly: red. Hex color #6A172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A172A is #95E8D5. Grayscale: #313131. Windows color (decimal): -9824470 or 2758506. OLE color: 2758506.
HSL color Cylindrical-coordinate representation of color #6A172A: hue angle of 346.27º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A172A is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 23 | 42 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.58 |
| HSL | 346.27º | 0.64% | 0.25% | - |
| HSV(B) | 346.27º | 0.78% | 0.42% | - |
| XYZ | 6.67 | 3.84 | 2.58 | - |
| YUV | 49.98 | 123.5 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 23 | 42 | 0 | 0.78 | 0.60 | 0.58 | 346.27 | 0.64 | 0.25 |
| Hex | 6A | 17 | 2A | 0 | 4E | 3C | 3A | 15A | 40 | 19 |
| Octal | 152 | 27 | 52 | 0 | 116 | 74 | 72 | 532 | 100 | 31 |
| Binary | 1101010 | 10111 | 101010 | 0 | 1001110 | 111100 | 111010 | 101011010 | 1000000 | 11001 |
Color Harmonies of #6A172A
Complementary color
Monochromatic Colors of #6A172A
Black with #6A172A
Text Example
Text Example
White with #6A172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A172A; }
p { color: rgb(106,23,42); }
H1.HeaderClassName
{
color: #6A172A;
}
.AnyTagClassName
{
color: #6A172A;
}
</style>
background-color css
<style>
a { background-color: #6A172A; }
a { background-color: rgb(106,23,42); }
div.DivClassName
{
background-color: #6A172A;
}
.BgClassName
{
background-color: #6A172A;
}
</style>
border-color css
<style>
span { border-color: #6A172A; }
span { border-color: rgb(106,23,42); }
td.TdClassName
{
border-color: #6A172A;
}
.TagClassName
{
border-color: #6A172A;
}
</style>