Shades of Pohutukawa #6B101A
Tints of Pohutukawa #6B101A
RGB
CMYK
RGB Variations
Color information
#6B101A (or 0x6B101A) is known color: Pohutukawa. HEX triplet: 6B, 10 and 1A. RGB value is (107,16,26). Sum of RGB (Red+Green+Blue) = 107+16+26=149 (19% of max value = 765). Red value is 107 (42.19% from 255 or 71.81% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 107 - color contains mainly: red. Hex color #6B101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B101A is #94EFE5. Grayscale: #2C2C2C. Windows color (decimal): -9760742 or 1708139. OLE color: 1708139.
HSL color Cylindrical-coordinate representation of color #6B101A: hue angle of 353.41º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B101A is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 16 | 26 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.58 |
| HSL | 353.41º | 0.74% | 0.24% | - |
| HSV(B) | 353.41º | 0.85% | 0.42% | - |
| XYZ | 6.44 | 3.57 | 1.33 | - |
| YUV | 44.35 | 117.65 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 26 | 0 | 0.85 | 0.76 | 0.58 | 353.41 | 0.74 | 0.24 |
| Hex | 6B | 10 | 1A | 0 | 55 | 4C | 3A | 161 | 4A | 18 |
| Octal | 153 | 20 | 32 | 0 | 125 | 114 | 72 | 541 | 112 | 30 |
| Binary | 1101011 | 10000 | 11010 | 0 | 1010101 | 1001100 | 111010 | 101100001 | 1001010 | 11000 |
Color Harmonies of #6B101A
Complementary color
Monochromatic Colors of #6B101A
Black with #6B101A
Text Example
Text Example
White with #6B101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B101A; }
p { color: rgb(107,16,26); }
H1.HeaderClassName
{
color: #6B101A;
}
.AnyTagClassName
{
color: #6B101A;
}
</style>
background-color css
<style>
a { background-color: #6B101A; }
a { background-color: rgb(107,16,26); }
div.DivClassName
{
background-color: #6B101A;
}
.BgClassName
{
background-color: #6B101A;
}
</style>
border-color css
<style>
span { border-color: #6B101A; }
span { border-color: rgb(107,16,26); }
td.TdClassName
{
border-color: #6B101A;
}
.TagClassName
{
border-color: #6B101A;
}
</style>