Shades of Pohutukawa #670F20
Tints of Pohutukawa #670F20
RGB
CMYK
RGB Variations
Color information
#670F20 (or 0x670F20) is known color: Pohutukawa. HEX triplet: 67, 0F and 20. RGB value is (103,15,32). Sum of RGB (Red+Green+Blue) = 103+15+32=150 (19% of max value = 765). Red value is 103 (40.62% from 255 or 68.67% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 103 - color contains mainly: red. Hex color #670F20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670F20 is #98F0DF. Grayscale: #2B2B2B. Windows color (decimal): -10023136 or 2101095. OLE color: 2101095.
HSL color Cylindrical-coordinate representation of color #670F20: hue angle of 348.41º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #670F20 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 15 | 32 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.60 |
| HSL | 348.41º | 0.75% | 0.23% | - |
| HSV(B) | 348.41º | 0.85% | 0.4% | - |
| XYZ | 6.03 | 3.33 | 1.69 | - |
| YUV | 43.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 15 | 32 | 0 | 0.85 | 0.69 | 0.60 | 348.41 | 0.75 | 0.23 |
| Hex | 67 | F | 20 | 0 | 55 | 45 | 3C | 15C | 4B | 17 |
| Octal | 147 | 17 | 40 | 0 | 125 | 105 | 74 | 534 | 113 | 27 |
| Binary | 1100111 | 1111 | 100000 | 0 | 1010101 | 1000101 | 111100 | 101011100 | 1001011 | 10111 |
Color Harmonies of #670F20
Complementary color
Monochromatic Colors of #670F20
Black with #670F20
Text Example
Text Example
White with #670F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670F20; }
p { color: rgb(103,15,32); }
H1.HeaderClassName
{
color: #670F20;
}
.AnyTagClassName
{
color: #670F20;
}
</style>
background-color css
<style>
a { background-color: #670F20; }
a { background-color: rgb(103,15,32); }
div.DivClassName
{
background-color: #670F20;
}
.BgClassName
{
background-color: #670F20;
}
</style>
border-color css
<style>
span { border-color: #670F20; }
span { border-color: rgb(103,15,32); }
td.TdClassName
{
border-color: #670F20;
}
.TagClassName
{
border-color: #670F20;
}
</style>