Shades of Pohutukawa #6C0B25
Tints of Pohutukawa #6C0B25
RGB
CMYK
RGB Variations
Color information
#6C0B25 (or 0x6C0B25) is known color: Pohutukawa. HEX triplet: 6C, 0B and 25. RGB value is (108,11,37). Sum of RGB (Red+Green+Blue) = 108+11+37=156 (20% of max value = 765). Red value is 108 (42.58% from 255 or 69.23% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0B25 is #93F4DA. Grayscale: #2A2A2A. Windows color (decimal): -9696475 or 2427756. OLE color: 2427756.
HSL color Cylindrical-coordinate representation of color #6C0B25: hue angle of 343.92º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C0B25 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 11 | 37 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.58 |
| HSL | 343.92º | 0.82% | 0.23% | - |
| HSV(B) | 343.92º | 0.9% | 0.42% | - |
| XYZ | 6.64 | 3.56 | 2.09 | - |
| YUV | 42.97 | 124.64 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 11 | 37 | 0 | 0.90 | 0.66 | 0.58 | 343.92 | 0.82 | 0.23 |
| Hex | 6C | B | 25 | 0 | 5A | 42 | 3A | 158 | 52 | 17 |
| Octal | 154 | 13 | 45 | 0 | 132 | 102 | 72 | 530 | 122 | 27 |
| Binary | 1101100 | 1011 | 100101 | 0 | 1011010 | 1000010 | 111010 | 101011000 | 1010010 | 10111 |
Color Harmonies of #6C0B25
Complementary color
Monochromatic Colors of #6C0B25
Black with #6C0B25
Text Example
Text Example
White with #6C0B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0B25; }
p { color: rgb(108,11,37); }
H1.HeaderClassName
{
color: #6C0B25;
}
.AnyTagClassName
{
color: #6C0B25;
}
</style>
background-color css
<style>
a { background-color: #6C0B25; }
a { background-color: rgb(108,11,37); }
div.DivClassName
{
background-color: #6C0B25;
}
.BgClassName
{
background-color: #6C0B25;
}
</style>
border-color css
<style>
span { border-color: #6C0B25; }
span { border-color: rgb(108,11,37); }
td.TdClassName
{
border-color: #6C0B25;
}
.TagClassName
{
border-color: #6C0B25;
}
</style>