Shades of Pohutukawa #67060F
Tints of Pohutukawa #67060F
RGB
CMYK
RGB Variations
Color information
#67060F (or 0x67060F) is known color: Pohutukawa. HEX triplet: 67, 06 and 0F. RGB value is (103,6,15). Sum of RGB (Red+Green+Blue) = 103+6+15=124 (16% of max value = 765). Red value is 103 (40.62% from 255 or 83.06% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 103 - color contains mainly: red. Hex color #67060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67060F is #98F9F0. Grayscale: #242424. Windows color (decimal): -10025457 or 984679. OLE color: 984679.
HSL color Cylindrical-coordinate representation of color #67060F: hue angle of 354.43º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #67060F is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 6 | 15 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.60 |
| HSL | 354.43º | 0.89% | 0.21% | - |
| HSV(B) | 354.43º | 0.94% | 0.4% | - |
| XYZ | 5.74 | 3.05 | 0.74 | - |
| YUV | 36.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 6 | 15 | 0 | 0.94 | 0.85 | 0.60 | 354.43 | 0.89 | 0.21 |
| Hex | 67 | 6 | F | 0 | 5E | 55 | 3C | 162 | 59 | 15 |
| Octal | 147 | 6 | 17 | 0 | 136 | 125 | 74 | 542 | 131 | 25 |
| Binary | 1100111 | 110 | 1111 | 0 | 1011110 | 1010101 | 111100 | 101100010 | 1011001 | 10101 |
Color Harmonies of #67060F
Complementary color
Monochromatic Colors of #67060F
Black with #67060F
Text Example
Text Example
White with #67060F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67060F; }
p { color: rgb(103,6,15); }
H1.HeaderClassName
{
color: #67060F;
}
.AnyTagClassName
{
color: #67060F;
}
</style>
background-color css
<style>
a { background-color: #67060F; }
a { background-color: rgb(103,6,15); }
div.DivClassName
{
background-color: #67060F;
}
.BgClassName
{
background-color: #67060F;
}
</style>
border-color css
<style>
span { border-color: #67060F; }
span { border-color: rgb(103,6,15); }
td.TdClassName
{
border-color: #67060F;
}
.TagClassName
{
border-color: #67060F;
}
</style>