Shades of Pohutukawa #63060C
Tints of Pohutukawa #63060C
RGB
CMYK
RGB Variations
Color information
#63060C (or 0x63060C) is known color: Pohutukawa. HEX triplet: 63, 06 and 0C. RGB value is (99,6,12). Sum of RGB (Red+Green+Blue) = 99+6+12=117 (15% of max value = 765). Red value is 99 (39.06% from 255 or 84.62% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 99 - color contains mainly: red. Hex color #63060C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63060C is #9CF9F3. Grayscale: #222222. Windows color (decimal): -10287604 or 788067. OLE color: 788067.
HSL color Cylindrical-coordinate representation of color #63060C: hue angle of 356.13º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #63060C is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 6 | 12 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.61 |
| HSL | 356.13º | 0.89% | 0.21% | - |
| HSV(B) | 356.13º | 0.94% | 0.39% | - |
| XYZ | 5.28 | 2.81 | 0.61 | - |
| YUV | 34.49 | 115.31 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 12 | 0 | 0.94 | 0.88 | 0.61 | 356.13 | 0.89 | 0.21 |
| Hex | 63 | 6 | C | 0 | 5E | 58 | 3D | 164 | 59 | 15 |
| Octal | 143 | 6 | 14 | 0 | 136 | 130 | 75 | 544 | 131 | 25 |
| Binary | 1100011 | 110 | 1100 | 0 | 1011110 | 1011000 | 111101 | 101100100 | 1011001 | 10101 |
Color Harmonies of #63060C
Complementary color
Monochromatic Colors of #63060C
Black with #63060C
Text Example
Text Example
White with #63060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63060C; }
p { color: rgb(99,6,12); }
H1.HeaderClassName
{
color: #63060C;
}
.AnyTagClassName
{
color: #63060C;
}
</style>
background-color css
<style>
a { background-color: #63060C; }
a { background-color: rgb(99,6,12); }
div.DivClassName
{
background-color: #63060C;
}
.BgClassName
{
background-color: #63060C;
}
</style>
border-color css
<style>
span { border-color: #63060C; }
span { border-color: rgb(99,6,12); }
td.TdClassName
{
border-color: #63060C;
}
.TagClassName
{
border-color: #63060C;
}
</style>