Shades of Ferra #916C69
Tints of Ferra #916C69
RGB
CMYK
RGB Variations
Color information
#916C69 (or 0x916C69) is known color: Ferra. HEX triplet: 91, 6C and 69. RGB value is (145,108,105). Sum of RGB (Red+Green+Blue) = 145+108+105=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #916C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C69 is #6E9396. Grayscale: #767676. Windows color (decimal): -7246743 or 6909073. OLE color: 6909073.
HSL color Cylindrical-coordinate representation of color #916C69: hue angle of 4.5º 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 #916C69 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 108 | 105 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.43 |
| HSL | 4.5º | 0.16% | 0.49% | - |
| HSV(B) | 4.5º | 0.28% | 0.57% | - |
| XYZ | 19.59 | 17.76 | 15.76 | - |
| YUV | 118.72 | 120.26 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 105 | 0 | 0.26 | 0.28 | 0.43 | 4.5 | 0.16 | 0.49 |
| Hex | 91 | 6C | 69 | 0 | 1A | 1C | 2B | 4 | 10 | 31 |
| Octal | 221 | 154 | 151 | 0 | 32 | 34 | 53 | 4 | 20 | 61 |
| Binary | 10010001 | 1101100 | 1101001 | 0 | 11010 | 11100 | 101011 | 100 | 10000 | 110001 |
Color Harmonies of #916C69
Complementary color
Monochromatic Colors of #916C69
Black with #916C69
Text Example
Text Example
White with #916C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916C69; }
p { color: rgb(145,108,105); }
H1.HeaderClassName
{
color: #916C69;
}
.AnyTagClassName
{
color: #916C69;
}
</style>
background-color css
<style>
a { background-color: #916C69; }
a { background-color: rgb(145,108,105); }
div.DivClassName
{
background-color: #916C69;
}
.BgClassName
{
background-color: #916C69;
}
</style>
border-color css
<style>
span { border-color: #916C69; }
span { border-color: rgb(145,108,105); }
td.TdClassName
{
border-color: #916C69;
}
.TagClassName
{
border-color: #916C69;
}
</style>