Shades of Pohutukawa #6C182A
Tints of Pohutukawa #6C182A
RGB
CMYK
RGB Variations
Color information
#6C182A (or 0x6C182A) is known color: Pohutukawa. HEX triplet: 6C, 18 and 2A. RGB value is (108,24,42). Sum of RGB (Red+Green+Blue) = 108+24+42=174 (23% of max value = 765). Red value is 108 (42.58% from 255 or 62.07% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 108 - color contains mainly: red. Hex color #6C182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C182A is #93E7D5. Grayscale: #333333. Windows color (decimal): -9693142 or 2758764. OLE color: 2758764.
HSL color Cylindrical-coordinate representation of color #6C182A: hue angle of 347.14º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C182A is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 24 | 42 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.58 |
| HSL | 347.14º | 0.64% | 0.26% | - |
| HSV(B) | 347.14º | 0.78% | 0.42% | - |
| XYZ | 6.93 | 4.01 | 2.6 | - |
| YUV | 51.17 | 122.83 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 24 | 42 | 0 | 0.78 | 0.61 | 0.58 | 347.14 | 0.64 | 0.26 |
| Hex | 6C | 18 | 2A | 0 | 4E | 3D | 3A | 15B | 40 | 1A |
| Octal | 154 | 30 | 52 | 0 | 116 | 75 | 72 | 533 | 100 | 32 |
| Binary | 1101100 | 11000 | 101010 | 0 | 1001110 | 111101 | 111010 | 101011011 | 1000000 | 11010 |
Color Harmonies of #6C182A
Complementary color
Monochromatic Colors of #6C182A
Black with #6C182A
Text Example
Text Example
White with #6C182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C182A; }
p { color: rgb(108,24,42); }
H1.HeaderClassName
{
color: #6C182A;
}
.AnyTagClassName
{
color: #6C182A;
}
</style>
background-color css
<style>
a { background-color: #6C182A; }
a { background-color: rgb(108,24,42); }
div.DivClassName
{
background-color: #6C182A;
}
.BgClassName
{
background-color: #6C182A;
}
</style>
border-color css
<style>
span { border-color: #6C182A; }
span { border-color: rgb(108,24,42); }
td.TdClassName
{
border-color: #6C182A;
}
.TagClassName
{
border-color: #6C182A;
}
</style>