Shades of Pohutukawa #6A1C1D
Tints of Pohutukawa #6A1C1D
RGB
CMYK
RGB Variations
Color information
#6A1C1D (or 0x6A1C1D) is known color: Pohutukawa. HEX triplet: 6A, 1C and 1D. RGB value is (106,28,29). Sum of RGB (Red+Green+Blue) = 106+28+29=163 (21% of max value = 765). Red value is 106 (41.80% from 255 or 65.03% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1C1D is #95E3E2. Grayscale: #333333. Windows color (decimal): -9823203 or 1907818. OLE color: 1907818.
HSL color Cylindrical-coordinate representation of color #6A1C1D: hue angle of 359.23º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A1C1D is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 28 | 29 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.58 |
| HSL | 359.23º | 0.58% | 0.26% | - |
| HSV(B) | 359.23º | 0.74% | 0.42% | - |
| XYZ | 6.58 | 3.98 | 1.58 | - |
| YUV | 51.44 | 115.34 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 28 | 29 | 0 | 0.74 | 0.73 | 0.58 | 359.23 | 0.58 | 0.26 |
| Hex | 6A | 1C | 1D | 0 | 4A | 49 | 3A | 167 | 3A | 1A |
| Octal | 152 | 34 | 35 | 0 | 112 | 111 | 72 | 547 | 72 | 32 |
| Binary | 1101010 | 11100 | 11101 | 0 | 1001010 | 1001001 | 111010 | 101100111 | 111010 | 11010 |
Color Harmonies of #6A1C1D
Complementary color
Monochromatic Colors of #6A1C1D
Black with #6A1C1D
Text Example
Text Example
White with #6A1C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1C1D; }
p { color: rgb(106,28,29); }
H1.HeaderClassName
{
color: #6A1C1D;
}
.AnyTagClassName
{
color: #6A1C1D;
}
</style>
background-color css
<style>
a { background-color: #6A1C1D; }
a { background-color: rgb(106,28,29); }
div.DivClassName
{
background-color: #6A1C1D;
}
.BgClassName
{
background-color: #6A1C1D;
}
</style>
border-color css
<style>
span { border-color: #6A1C1D; }
span { border-color: rgb(106,28,29); }
td.TdClassName
{
border-color: #6A1C1D;
}
.TagClassName
{
border-color: #6A1C1D;
}
</style>