Shades of Pohutukawa #661C22
Tints of Pohutukawa #661C22
RGB
CMYK
RGB Variations
Color information
#661C22 (or 0x661C22) is known color: Pohutukawa. HEX triplet: 66, 1C and 22. RGB value is (102,28,34). Sum of RGB (Red+Green+Blue) = 102+28+34=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 34 (13.67% from 255 or 20.73% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #661C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661C22 is #99E3DD. Grayscale: #323232. Windows color (decimal): -10085342 or 2235494. OLE color: 2235494.
HSL color Cylindrical-coordinate representation of color #661C22: hue angle of 355.14º 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 #661C22 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 28 | 34 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.6 |
| HSL | 355.14º | 0.57% | 0.25% | - |
| HSV(B) | 355.14º | 0.73% | 0.4% | - |
| XYZ | 6.18 | 3.77 | 1.92 | - |
| YUV | 50.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 34 | 0 | 0.73 | 0.67 | 0.6 | 355.14 | 0.57 | 0.25 |
| Hex | 66 | 1C | 22 | 0 | 49 | 43 | 3C | 163 | 39 | 19 |
| Octal | 146 | 34 | 42 | 0 | 111 | 103 | 74 | 543 | 71 | 31 |
| Binary | 1100110 | 11100 | 100010 | 0 | 1001001 | 1000011 | 111100 | 101100011 | 111001 | 11001 |
Color Harmonies of #661C22
Complementary color
Monochromatic Colors of #661C22
Black with #661C22
Text Example
Text Example
White with #661C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661C22; }
p { color: rgb(102,28,34); }
H1.HeaderClassName
{
color: #661C22;
}
.AnyTagClassName
{
color: #661C22;
}
</style>
background-color css
<style>
a { background-color: #661C22; }
a { background-color: rgb(102,28,34); }
div.DivClassName
{
background-color: #661C22;
}
.BgClassName
{
background-color: #661C22;
}
</style>
border-color css
<style>
span { border-color: #661C22; }
span { border-color: rgb(102,28,34); }
td.TdClassName
{
border-color: #661C22;
}
.TagClassName
{
border-color: #661C22;
}
</style>