Shades of Ferra #916D68
Tints of Ferra #916D68
RGB
CMYK
RGB Variations
Color information
#916D68 (or 0x916D68) is known color: Ferra. HEX triplet: 91, 6D and 68. RGB value is (145,109,104). Sum of RGB (Red+Green+Blue) = 145+109+104=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #916D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916D68 is #6E9297. Grayscale: #777777. Windows color (decimal): -7246488 or 6843793. OLE color: 6843793.
HSL color Cylindrical-coordinate representation of color #916D68: hue angle of 7.32º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #916D68 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 109 | 104 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.43 |
| HSL | 7.32º | 0.16% | 0.49% | - |
| HSV(B) | 7.32º | 0.28% | 0.57% | - |
| XYZ | 19.64 | 17.96 | 15.53 | - |
| YUV | 119.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 104 | 0 | 0.25 | 0.28 | 0.43 | 7.32 | 0.16 | 0.49 |
| Hex | 91 | 6D | 68 | 0 | 19 | 1C | 2B | 7 | 10 | 31 |
| Octal | 221 | 155 | 150 | 0 | 31 | 34 | 53 | 7 | 20 | 61 |
| Binary | 10010001 | 1101101 | 1101000 | 0 | 11001 | 11100 | 101011 | 111 | 10000 | 110001 |
Color Harmonies of #916D68
Complementary color
Monochromatic Colors of #916D68
Black with #916D68
Text Example
Text Example
White with #916D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916D68; }
p { color: rgb(145,109,104); }
H1.HeaderClassName
{
color: #916D68;
}
.AnyTagClassName
{
color: #916D68;
}
</style>
background-color css
<style>
a { background-color: #916D68; }
a { background-color: rgb(145,109,104); }
div.DivClassName
{
background-color: #916D68;
}
.BgClassName
{
background-color: #916D68;
}
</style>
border-color css
<style>
span { border-color: #916D68; }
span { border-color: rgb(145,109,104); }
td.TdClassName
{
border-color: #916D68;
}
.TagClassName
{
border-color: #916D68;
}
</style>