Shades of Pohutukawa #691C22
Tints of Pohutukawa #691C22
RGB
CMYK
RGB Variations
Color information
#691C22 (or 0x691C22) is known color: Pohutukawa. HEX triplet: 69, 1C and 22. RGB value is (105,28,34). Sum of RGB (Red+Green+Blue) = 105+28+34=167 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.87% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 105 - color contains mainly: red. Hex color #691C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691C22 is #96E3DD. Grayscale: #333333. Windows color (decimal): -9888734 or 2235497. OLE color: 2235497.
HSL color Cylindrical-coordinate representation of color #691C22: hue angle of 355.32º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #691C22 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 28 | 34 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.59 |
| HSL | 355.32º | 0.58% | 0.26% | - |
| HSV(B) | 355.32º | 0.73% | 0.41% | - |
| XYZ | 6.53 | 3.95 | 1.93 | - |
| YUV | 51.71 | 118.01 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 28 | 34 | 0 | 0.73 | 0.68 | 0.59 | 355.32 | 0.58 | 0.26 |
| Hex | 69 | 1C | 22 | 0 | 49 | 44 | 3B | 163 | 3A | 1A |
| Octal | 151 | 34 | 42 | 0 | 111 | 104 | 73 | 543 | 72 | 32 |
| Binary | 1101001 | 11100 | 100010 | 0 | 1001001 | 1000100 | 111011 | 101100011 | 111010 | 11010 |
Color Harmonies of #691C22
Complementary color
Monochromatic Colors of #691C22
Black with #691C22
Text Example
Text Example
White with #691C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691C22; }
p { color: rgb(105,28,34); }
H1.HeaderClassName
{
color: #691C22;
}
.AnyTagClassName
{
color: #691C22;
}
</style>
background-color css
<style>
a { background-color: #691C22; }
a { background-color: rgb(105,28,34); }
div.DivClassName
{
background-color: #691C22;
}
.BgClassName
{
background-color: #691C22;
}
</style>
border-color css
<style>
span { border-color: #691C22; }
span { border-color: rgb(105,28,34); }
td.TdClassName
{
border-color: #691C22;
}
.TagClassName
{
border-color: #691C22;
}
</style>