Shades of Tiber #164646
Tints of Tiber #164646
RGB
CMYK
RGB Variations
Color information
#164646 (or 0x164646) is known color: Tiber. HEX triplet: 16, 46 and 46. RGB value is (22,70,70). Sum of RGB (Red+Green+Blue) = 22+70+70=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #164646 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164646 is #E9B9B9. Grayscale: #373737. Windows color (decimal): -15317434 or 4605462. OLE color: 4605462.
HSL color Cylindrical-coordinate representation of color #164646: hue angle of 180º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #164646 is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 22 | 70 | 70 | - |
| CMYK | 0.69 | 0 | 0 | 0.73 |
| HSL | 180º | 0.52% | 0.18% | - |
| HSV(B) | 180º | 0.69% | 0.27% | - |
| XYZ | 3.63 | 4.99 | 6.57 | - |
| YUV | 55.65 | 136.1 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 70 | 70 | 0.69 | 0 | 0 | 0.73 | 180 | 0.52 | 0.18 |
| Hex | 16 | 46 | 46 | 45 | 0 | 0 | 49 | B4 | 34 | 12 |
| Octal | 26 | 106 | 106 | 105 | 0 | 0 | 111 | 264 | 64 | 22 |
| Binary | 10110 | 1000110 | 1000110 | 1000101 | 0 | 0 | 1001001 | 10110100 | 110100 | 10010 |
Color Harmonies of #164646
Complementary color
Monochromatic Colors of #164646
Black with #164646
Text Example
Text Example
White with #164646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164646; }
p { color: rgb(22,70,70); }
H1.HeaderClassName
{
color: #164646;
}
.AnyTagClassName
{
color: #164646;
}
</style>
background-color css
<style>
a { background-color: #164646; }
a { background-color: rgb(22,70,70); }
div.DivClassName
{
background-color: #164646;
}
.BgClassName
{
background-color: #164646;
}
</style>
border-color css
<style>
span { border-color: #164646; }
span { border-color: rgb(22,70,70); }
td.TdClassName
{
border-color: #164646;
}
.TagClassName
{
border-color: #164646;
}
</style>