Shades of Pohutukawa #680B17
Tints of Pohutukawa #680B17
RGB
CMYK
RGB Variations
Color information
#680B17 (or 0x680B17) is known color: Pohutukawa. HEX triplet: 68, 0B and 17. RGB value is (104,11,23). Sum of RGB (Red+Green+Blue) = 104+11+23=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #680B17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680B17 is #97F4E8. Grayscale: #282828. Windows color (decimal): -9958633 or 1510248. OLE color: 1510248.
HSL color Cylindrical-coordinate representation of color #680B17: hue angle of 352.26º 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 #680B17 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 11 | 23 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.59 |
| HSL | 352.26º | 0.81% | 0.23% | - |
| HSV(B) | 352.26º | 0.89% | 0.41% | - |
| XYZ | 5.98 | 3.24 | 1.12 | - |
| YUV | 40.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 23 | 0 | 0.89 | 0.78 | 0.59 | 352.26 | 0.81 | 0.23 |
| Hex | 68 | B | 17 | 0 | 59 | 4E | 3B | 160 | 51 | 17 |
| Octal | 150 | 13 | 27 | 0 | 131 | 116 | 73 | 540 | 121 | 27 |
| Binary | 1101000 | 1011 | 10111 | 0 | 1011001 | 1001110 | 111011 | 101100000 | 1010001 | 10111 |
Color Harmonies of #680B17
Complementary color
Monochromatic Colors of #680B17
Black with #680B17
Text Example
Text Example
White with #680B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B17; }
p { color: rgb(104,11,23); }
H1.HeaderClassName
{
color: #680B17;
}
.AnyTagClassName
{
color: #680B17;
}
</style>
background-color css
<style>
a { background-color: #680B17; }
a { background-color: rgb(104,11,23); }
div.DivClassName
{
background-color: #680B17;
}
.BgClassName
{
background-color: #680B17;
}
</style>
border-color css
<style>
span { border-color: #680B17; }
span { border-color: rgb(104,11,23); }
td.TdClassName
{
border-color: #680B17;
}
.TagClassName
{
border-color: #680B17;
}
</style>