Shades of Pohutukawa #6A1820
Tints of Pohutukawa #6A1820
RGB
CMYK
RGB Variations
Color information
#6A1820 (or 0x6A1820) is known color: Pohutukawa. HEX triplet: 6A, 18 and 20. RGB value is (106,24,32). Sum of RGB (Red+Green+Blue) = 106+24+32=162 (21% of max value = 765). Red value is 106 (41.80% from 255 or 65.43% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1820 is #95E7DF. Grayscale: #313131. Windows color (decimal): -9824224 or 2103402. OLE color: 2103402.
HSL color Cylindrical-coordinate representation of color #6A1820: hue angle of 354.15º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A1820 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 24 | 32 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.58 |
| HSL | 354.15º | 0.63% | 0.25% | - |
| HSV(B) | 354.15º | 0.77% | 0.42% | - |
| XYZ | 6.53 | 3.82 | 1.76 | - |
| YUV | 49.43 | 118.17 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 24 | 32 | 0 | 0.77 | 0.70 | 0.58 | 354.15 | 0.63 | 0.25 |
| Hex | 6A | 18 | 20 | 0 | 4D | 46 | 3A | 162 | 3F | 19 |
| Octal | 152 | 30 | 40 | 0 | 115 | 106 | 72 | 542 | 77 | 31 |
| Binary | 1101010 | 11000 | 100000 | 0 | 1001101 | 1000110 | 111010 | 101100010 | 111111 | 11001 |
Color Harmonies of #6A1820
Complementary color
Monochromatic Colors of #6A1820
Black with #6A1820
Text Example
Text Example
White with #6A1820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1820; }
p { color: rgb(106,24,32); }
H1.HeaderClassName
{
color: #6A1820;
}
.AnyTagClassName
{
color: #6A1820;
}
</style>
background-color css
<style>
a { background-color: #6A1820; }
a { background-color: rgb(106,24,32); }
div.DivClassName
{
background-color: #6A1820;
}
.BgClassName
{
background-color: #6A1820;
}
</style>
border-color css
<style>
span { border-color: #6A1820; }
span { border-color: rgb(106,24,32); }
td.TdClassName
{
border-color: #6A1820;
}
.TagClassName
{
border-color: #6A1820;
}
</style>