Shades of Pohutukawa #6B1214
Tints of Pohutukawa #6B1214
RGB
CMYK
RGB Variations
Color information
#6B1214 (or 0x6B1214) is known color: Pohutukawa. HEX triplet: 6B, 12 and 14. RGB value is (107,18,20). Sum of RGB (Red+Green+Blue) = 107+18+20=145 (19% of max value = 765). Red value is 107 (42.19% from 255 or 73.79% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1214 is #94EDEB. Grayscale: #2C2C2C. Windows color (decimal): -9760236 or 1315435. OLE color: 1315435.
HSL color Cylindrical-coordinate representation of color #6B1214: hue angle of 358.65º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B1214 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 18 | 20 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.58 |
| HSL | 358.65º | 0.71% | 0.25% | - |
| HSV(B) | 358.65º | 0.83% | 0.42% | - |
| XYZ | 6.41 | 3.61 | 1.02 | - |
| YUV | 44.84 | 113.99 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 18 | 20 | 0 | 0.83 | 0.81 | 0.58 | 358.65 | 0.71 | 0.25 |
| Hex | 6B | 12 | 14 | 0 | 53 | 51 | 3A | 167 | 47 | 19 |
| Octal | 153 | 22 | 24 | 0 | 123 | 121 | 72 | 547 | 107 | 31 |
| Binary | 1101011 | 10010 | 10100 | 0 | 1010011 | 1010001 | 111010 | 101100111 | 1000111 | 11001 |
Color Harmonies of #6B1214
Complementary color
Monochromatic Colors of #6B1214
Black with #6B1214
Text Example
Text Example
White with #6B1214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1214; }
p { color: rgb(107,18,20); }
H1.HeaderClassName
{
color: #6B1214;
}
.AnyTagClassName
{
color: #6B1214;
}
</style>
background-color css
<style>
a { background-color: #6B1214; }
a { background-color: rgb(107,18,20); }
div.DivClassName
{
background-color: #6B1214;
}
.BgClassName
{
background-color: #6B1214;
}
</style>
border-color css
<style>
span { border-color: #6B1214; }
span { border-color: rgb(107,18,20); }
td.TdClassName
{
border-color: #6B1214;
}
.TagClassName
{
border-color: #6B1214;
}
</style>