Shades of Pohutukawa #6C151B
Tints of Pohutukawa #6C151B
RGB
CMYK
RGB Variations
Color information
#6C151B (or 0x6C151B) is known color: Pohutukawa. HEX triplet: 6C, 15 and 1B. RGB value is (108,21,27). Sum of RGB (Red+Green+Blue) = 108+21+27=156 (20% of max value = 765). Red value is 108 (42.58% from 255 or 69.23% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 108 - color contains mainly: red. Hex color #6C151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C151B is #93EAE4. Grayscale: #2F2F2F. Windows color (decimal): -9693925 or 1774956. OLE color: 1774956.
HSL color Cylindrical-coordinate representation of color #6C151B: hue angle of 355.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C151B is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 21 | 27 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.58 |
| HSL | 355.86º | 0.67% | 0.25% | - |
| HSV(B) | 355.86º | 0.81% | 0.42% | - |
| XYZ | 6.65 | 3.8 | 1.42 | - |
| YUV | 47.7 | 116.32 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 21 | 27 | 0 | 0.81 | 0.75 | 0.58 | 355.86 | 0.67 | 0.25 |
| Hex | 6C | 15 | 1B | 0 | 51 | 4B | 3A | 164 | 43 | 19 |
| Octal | 154 | 25 | 33 | 0 | 121 | 113 | 72 | 544 | 103 | 31 |
| Binary | 1101100 | 10101 | 11011 | 0 | 1010001 | 1001011 | 111010 | 101100100 | 1000011 | 11001 |
Color Harmonies of #6C151B
Complementary color
Monochromatic Colors of #6C151B
Black with #6C151B
Text Example
Text Example
White with #6C151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C151B; }
p { color: rgb(108,21,27); }
H1.HeaderClassName
{
color: #6C151B;
}
.AnyTagClassName
{
color: #6C151B;
}
</style>
background-color css
<style>
a { background-color: #6C151B; }
a { background-color: rgb(108,21,27); }
div.DivClassName
{
background-color: #6C151B;
}
.BgClassName
{
background-color: #6C151B;
}
</style>
border-color css
<style>
span { border-color: #6C151B; }
span { border-color: rgb(108,21,27); }
td.TdClassName
{
border-color: #6C151B;
}
.TagClassName
{
border-color: #6C151B;
}
</style>