Shades of Pohutukawa #6B1619
Tints of Pohutukawa #6B1619
RGB
CMYK
RGB Variations
Color information
#6B1619 (or 0x6B1619) is known color: Pohutukawa. HEX triplet: 6B, 16 and 19. RGB value is (107,22,25). Sum of RGB (Red+Green+Blue) = 107+22+25=154 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.48% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1619 is #94E9E6. Grayscale: #2F2F2F. Windows color (decimal): -9759207 or 1644139. OLE color: 1644139.
HSL color Cylindrical-coordinate representation of color #6B1619: hue angle of 357.88º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B1619 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 22 | 25 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.58 |
| HSL | 357.88º | 0.66% | 0.25% | - |
| HSV(B) | 357.88º | 0.79% | 0.42% | - |
| XYZ | 6.53 | 3.77 | 1.3 | - |
| YUV | 47.76 | 115.16 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 22 | 25 | 0 | 0.79 | 0.77 | 0.58 | 357.88 | 0.66 | 0.25 |
| Hex | 6B | 16 | 19 | 0 | 4F | 4D | 3A | 166 | 42 | 19 |
| Octal | 153 | 26 | 31 | 0 | 117 | 115 | 72 | 546 | 102 | 31 |
| Binary | 1101011 | 10110 | 11001 | 0 | 1001111 | 1001101 | 111010 | 101100110 | 1000010 | 11001 |
Color Harmonies of #6B1619
Complementary color
Monochromatic Colors of #6B1619
Black with #6B1619
Text Example
Text Example
White with #6B1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1619; }
p { color: rgb(107,22,25); }
H1.HeaderClassName
{
color: #6B1619;
}
.AnyTagClassName
{
color: #6B1619;
}
</style>
background-color css
<style>
a { background-color: #6B1619; }
a { background-color: rgb(107,22,25); }
div.DivClassName
{
background-color: #6B1619;
}
.BgClassName
{
background-color: #6B1619;
}
</style>
border-color css
<style>
span { border-color: #6B1619; }
span { border-color: rgb(107,22,25); }
td.TdClassName
{
border-color: #6B1619;
}
.TagClassName
{
border-color: #6B1619;
}
</style>