Shades of Pohutukawa #6B1622
Tints of Pohutukawa #6B1622
RGB
CMYK
RGB Variations
Color information
#6B1622 (or 0x6B1622) is known color: Pohutukawa. HEX triplet: 6B, 16 and 22. RGB value is (107,22,34). Sum of RGB (Red+Green+Blue) = 107+22+34=163 (21% of max value = 765). Red value is 107 (42.19% from 255 or 65.64% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1622 is #94E9DD. Grayscale: #303030. Windows color (decimal): -9759198 or 2233963. OLE color: 2233963.
HSL color Cylindrical-coordinate representation of color #6B1622: hue angle of 351.53º 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 #6B1622 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 22 | 34 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.58 |
| HSL | 351.53º | 0.66% | 0.25% | - |
| HSV(B) | 351.53º | 0.79% | 0.42% | - |
| XYZ | 6.64 | 3.82 | 1.9 | - |
| YUV | 48.78 | 119.66 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 22 | 34 | 0 | 0.79 | 0.68 | 0.58 | 351.53 | 0.66 | 0.25 |
| Hex | 6B | 16 | 22 | 0 | 4F | 44 | 3A | 160 | 42 | 19 |
| Octal | 153 | 26 | 42 | 0 | 117 | 104 | 72 | 540 | 102 | 31 |
| Binary | 1101011 | 10110 | 100010 | 0 | 1001111 | 1000100 | 111010 | 101100000 | 1000010 | 11001 |
Color Harmonies of #6B1622
Complementary color
Monochromatic Colors of #6B1622
Black with #6B1622
Text Example
Text Example
White with #6B1622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1622; }
p { color: rgb(107,22,34); }
H1.HeaderClassName
{
color: #6B1622;
}
.AnyTagClassName
{
color: #6B1622;
}
</style>
background-color css
<style>
a { background-color: #6B1622; }
a { background-color: rgb(107,22,34); }
div.DivClassName
{
background-color: #6B1622;
}
.BgClassName
{
background-color: #6B1622;
}
</style>
border-color css
<style>
span { border-color: #6B1622; }
span { border-color: rgb(107,22,34); }
td.TdClassName
{
border-color: #6B1622;
}
.TagClassName
{
border-color: #6B1622;
}
</style>