Shades of Pohutukawa #680B22
Tints of Pohutukawa #680B22
RGB
CMYK
RGB Variations
Color information
#680B22 (or 0x680B22) is known color: Pohutukawa. HEX triplet: 68, 0B and 22. RGB value is (104,11,34). Sum of RGB (Red+Green+Blue) = 104+11+34=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #680B22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B22 is #97F4DD. Grayscale: #292929. Windows color (decimal): -9958622 or 2231144. OLE color: 2231144.
HSL color Cylindrical-coordinate representation of color #680B22: hue angle of 345.16º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680B22 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 11 | 34 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.59 |
| HSL | 345.16º | 0.81% | 0.23% | - |
| HSV(B) | 345.16º | 0.89% | 0.41% | - |
| XYZ | 6.12 | 3.3 | 1.83 | - |
| YUV | 41.43 | 123.81 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 34 | 0 | 0.89 | 0.67 | 0.59 | 345.16 | 0.81 | 0.23 |
| Hex | 68 | B | 22 | 0 | 59 | 43 | 3B | 159 | 51 | 17 |
| Octal | 150 | 13 | 42 | 0 | 131 | 103 | 73 | 531 | 121 | 27 |
| Binary | 1101000 | 1011 | 100010 | 0 | 1011001 | 1000011 | 111011 | 101011001 | 1010001 | 10111 |
Color Harmonies of #680B22
Complementary color
Monochromatic Colors of #680B22
Black with #680B22
Text Example
Text Example
White with #680B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B22; }
p { color: rgb(104,11,34); }
H1.HeaderClassName
{
color: #680B22;
}
.AnyTagClassName
{
color: #680B22;
}
</style>
background-color css
<style>
a { background-color: #680B22; }
a { background-color: rgb(104,11,34); }
div.DivClassName
{
background-color: #680B22;
}
.BgClassName
{
background-color: #680B22;
}
</style>
border-color css
<style>
span { border-color: #680B22; }
span { border-color: rgb(104,11,34); }
td.TdClassName
{
border-color: #680B22;
}
.TagClassName
{
border-color: #680B22;
}
</style>