Shades of Pohutukawa #6B1517
Tints of Pohutukawa #6B1517
RGB
CMYK
RGB Variations
Color information
#6B1517 (or 0x6B1517) is known color: Pohutukawa. HEX triplet: 6B, 15 and 17. RGB value is (107,21,23). Sum of RGB (Red+Green+Blue) = 107+21+23=151 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.86% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 23 (9.38% from 255 or 15.23% from 151); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1517 is #94EAE8. Grayscale: #2F2F2F. Windows color (decimal): -9759465 or 1512811. OLE color: 1512811.
HSL color Cylindrical-coordinate representation of color #6B1517: hue angle of 358.6º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B1517 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 21 | 23 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.58 |
| HSL | 358.6º | 0.67% | 0.25% | - |
| HSV(B) | 358.6º | 0.8% | 0.42% | - |
| XYZ | 6.49 | 3.72 | 1.19 | - |
| YUV | 46.94 | 114.49 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 21 | 23 | 0 | 0.80 | 0.79 | 0.58 | 358.6 | 0.67 | 0.25 |
| Hex | 6B | 15 | 17 | 0 | 50 | 4F | 3A | 167 | 43 | 19 |
| Octal | 153 | 25 | 27 | 0 | 120 | 117 | 72 | 547 | 103 | 31 |
| Binary | 1101011 | 10101 | 10111 | 0 | 1010000 | 1001111 | 111010 | 101100111 | 1000011 | 11001 |
Color Harmonies of #6B1517
Complementary color
Monochromatic Colors of #6B1517
Black with #6B1517
Text Example
Text Example
White with #6B1517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1517; }
p { color: rgb(107,21,23); }
H1.HeaderClassName
{
color: #6B1517;
}
.AnyTagClassName
{
color: #6B1517;
}
</style>
background-color css
<style>
a { background-color: #6B1517; }
a { background-color: rgb(107,21,23); }
div.DivClassName
{
background-color: #6B1517;
}
.BgClassName
{
background-color: #6B1517;
}
</style>
border-color css
<style>
span { border-color: #6B1517; }
span { border-color: rgb(107,21,23); }
td.TdClassName
{
border-color: #6B1517;
}
.TagClassName
{
border-color: #6B1517;
}
</style>