Shades of Pohutukawa #6B080D
Tints of Pohutukawa #6B080D
RGB
CMYK
RGB Variations
Color information
#6B080D (or 0x6B080D) is known color: Pohutukawa. HEX triplet: 6B, 08 and 0D. RGB value is (107,8,13). Sum of RGB (Red+Green+Blue) = 107+8+13=128 (16% of max value = 765). Red value is 107 (42.19% from 255 or 83.59% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 107 - color contains mainly: red. Hex color #6B080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B080D is #94F7F2. Grayscale: #262626. Windows color (decimal): -9762803 or 854123. OLE color: 854123.
HSL color Cylindrical-coordinate representation of color #6B080D: hue angle of 356.97º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B080D is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 8 | 13 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.58 |
| HSL | 356.97º | 0.86% | 0.23% | - |
| HSV(B) | 356.97º | 0.93% | 0.42% | - |
| XYZ | 6.22 | 3.33 | 0.7 | - |
| YUV | 38.17 | 113.8 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 8 | 13 | 0 | 0.93 | 0.88 | 0.58 | 356.97 | 0.86 | 0.23 |
| Hex | 6B | 8 | D | 0 | 5D | 58 | 3A | 165 | 56 | 17 |
| Octal | 153 | 10 | 15 | 0 | 135 | 130 | 72 | 545 | 126 | 27 |
| Binary | 1101011 | 1000 | 1101 | 0 | 1011101 | 1011000 | 111010 | 101100101 | 1010110 | 10111 |
Color Harmonies of #6B080D
Complementary color
Monochromatic Colors of #6B080D
Black with #6B080D
Text Example
Text Example
White with #6B080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B080D; }
p { color: rgb(107,8,13); }
H1.HeaderClassName
{
color: #6B080D;
}
.AnyTagClassName
{
color: #6B080D;
}
</style>
background-color css
<style>
a { background-color: #6B080D; }
a { background-color: rgb(107,8,13); }
div.DivClassName
{
background-color: #6B080D;
}
.BgClassName
{
background-color: #6B080D;
}
</style>
border-color css
<style>
span { border-color: #6B080D; }
span { border-color: rgb(107,8,13); }
td.TdClassName
{
border-color: #6B080D;
}
.TagClassName
{
border-color: #6B080D;
}
</style>