Shades of Ferra #926C68
Tints of Ferra #926C68
RGB
CMYK
RGB Variations
Color information
#926C68 (or 0x926C68) is known color: Ferra. HEX triplet: 92, 6C and 68. RGB value is (146,108,104). Sum of RGB (Red+Green+Blue) = 146+108+104=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 146 - color contains mainly: red. Hex color #926C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926C68 is #6D9397. Grayscale: #767676. Windows color (decimal): -7181208 or 6843538. OLE color: 6843538.
HSL color Cylindrical-coordinate representation of color #926C68: hue angle of 5.71º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #926C68 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 108 | 104 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.43 |
| HSL | 5.71º | 0.17% | 0.49% | - |
| HSV(B) | 5.71º | 0.29% | 0.57% | - |
| XYZ | 19.72 | 17.84 | 15.5 | - |
| YUV | 118.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 104 | 0 | 0.26 | 0.29 | 0.43 | 5.71 | 0.17 | 0.49 |
| Hex | 92 | 6C | 68 | 0 | 1A | 1D | 2B | 6 | 11 | 31 |
| Octal | 222 | 154 | 150 | 0 | 32 | 35 | 53 | 6 | 21 | 61 |
| Binary | 10010010 | 1101100 | 1101000 | 0 | 11010 | 11101 | 101011 | 110 | 10001 | 110001 |
Color Harmonies of #926C68
Complementary color
Monochromatic Colors of #926C68
Black with #926C68
Text Example
Text Example
White with #926C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926C68; }
p { color: rgb(146,108,104); }
H1.HeaderClassName
{
color: #926C68;
}
.AnyTagClassName
{
color: #926C68;
}
</style>
background-color css
<style>
a { background-color: #926C68; }
a { background-color: rgb(146,108,104); }
div.DivClassName
{
background-color: #926C68;
}
.BgClassName
{
background-color: #926C68;
}
</style>
border-color css
<style>
span { border-color: #926C68; }
span { border-color: rgb(146,108,104); }
td.TdClassName
{
border-color: #926C68;
}
.TagClassName
{
border-color: #926C68;
}
</style>