Shades of Pohutukawa #661C20
Tints of Pohutukawa #661C20
RGB
CMYK
RGB Variations
Color information
#661C20 (or 0x661C20) is known color: Pohutukawa. HEX triplet: 66, 1C and 20. RGB value is (102,28,32). Sum of RGB (Red+Green+Blue) = 102+28+32=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #661C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661C20 is #99E3DF. Grayscale: #323232. Windows color (decimal): -10085344 or 2104422. OLE color: 2104422.
HSL color Cylindrical-coordinate representation of color #661C20: hue angle of 356.76º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #661C20 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 28 | 32 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.6 |
| HSL | 356.76º | 0.57% | 0.25% | - |
| HSV(B) | 356.76º | 0.73% | 0.4% | - |
| XYZ | 6.16 | 3.76 | 1.77 | - |
| YUV | 50.58 | 117.52 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 32 | 0 | 0.73 | 0.69 | 0.6 | 356.76 | 0.57 | 0.25 |
| Hex | 66 | 1C | 20 | 0 | 49 | 45 | 3C | 165 | 39 | 19 |
| Octal | 146 | 34 | 40 | 0 | 111 | 105 | 74 | 545 | 71 | 31 |
| Binary | 1100110 | 11100 | 100000 | 0 | 1001001 | 1000101 | 111100 | 101100101 | 111001 | 11001 |
Color Harmonies of #661C20
Complementary color
Monochromatic Colors of #661C20
Black with #661C20
Text Example
Text Example
White with #661C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661C20; }
p { color: rgb(102,28,32); }
H1.HeaderClassName
{
color: #661C20;
}
.AnyTagClassName
{
color: #661C20;
}
</style>
background-color css
<style>
a { background-color: #661C20; }
a { background-color: rgb(102,28,32); }
div.DivClassName
{
background-color: #661C20;
}
.BgClassName
{
background-color: #661C20;
}
</style>
border-color css
<style>
span { border-color: #661C20; }
span { border-color: rgb(102,28,32); }
td.TdClassName
{
border-color: #661C20;
}
.TagClassName
{
border-color: #661C20;
}
</style>