Shades of Pohutukawa #6A1629
Tints of Pohutukawa #6A1629
RGB
CMYK
RGB Variations
Color information
#6A1629 (or 0x6A1629) is known color: Pohutukawa. HEX triplet: 6A, 16 and 29. RGB value is (106,22,41). Sum of RGB (Red+Green+Blue) = 106+22+41=169 (22% of max value = 765). Red value is 106 (41.80% from 255 or 62.72% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1629 is #95E9D6. Grayscale: #313131. Windows color (decimal): -9824727 or 2692714. OLE color: 2692714.
HSL color Cylindrical-coordinate representation of color #6A1629: hue angle of 346.43º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A1629 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 22 | 41 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.58 |
| HSL | 346.43º | 0.66% | 0.25% | - |
| HSV(B) | 346.43º | 0.79% | 0.42% | - |
| XYZ | 6.63 | 3.8 | 2.48 | - |
| YUV | 49.28 | 123.33 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 22 | 41 | 0 | 0.79 | 0.61 | 0.58 | 346.43 | 0.66 | 0.25 |
| Hex | 6A | 16 | 29 | 0 | 4F | 3D | 3A | 15A | 42 | 19 |
| Octal | 152 | 26 | 51 | 0 | 117 | 75 | 72 | 532 | 102 | 31 |
| Binary | 1101010 | 10110 | 101001 | 0 | 1001111 | 111101 | 111010 | 101011010 | 1000010 | 11001 |
Color Harmonies of #6A1629
Complementary color
Monochromatic Colors of #6A1629
Black with #6A1629
Text Example
Text Example
White with #6A1629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1629; }
p { color: rgb(106,22,41); }
H1.HeaderClassName
{
color: #6A1629;
}
.AnyTagClassName
{
color: #6A1629;
}
</style>
background-color css
<style>
a { background-color: #6A1629; }
a { background-color: rgb(106,22,41); }
div.DivClassName
{
background-color: #6A1629;
}
.BgClassName
{
background-color: #6A1629;
}
</style>
border-color css
<style>
span { border-color: #6A1629; }
span { border-color: rgb(106,22,41); }
td.TdClassName
{
border-color: #6A1629;
}
.TagClassName
{
border-color: #6A1629;
}
</style>