Shades of Ferra #846C69
Tints of Ferra #846C69
RGB
CMYK
RGB Variations
Color information
#846C69 (or 0x846C69) is known color: Ferra. HEX triplet: 84, 6C and 69. RGB value is (132,108,105). Sum of RGB (Red+Green+Blue) = 132+108+105=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #846C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846C69 is #7B9396. Grayscale: #727272. Windows color (decimal): -8098711 or 6909060. OLE color: 6909060.
HSL color Cylindrical-coordinate representation of color #846C69: hue angle of 6.67º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #846C69 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 108 | 105 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.48 |
| HSL | 6.67º | 0.11% | 0.46% | - |
| HSV(B) | 6.67º | 0.2% | 0.52% | - |
| XYZ | 17.43 | 16.65 | 15.66 | - |
| YUV | 114.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 105 | 0 | 0.18 | 0.20 | 0.48 | 6.67 | 0.11 | 0.46 |
| Hex | 84 | 6C | 69 | 0 | 12 | 14 | 30 | 7 | B | 2E |
| Octal | 204 | 154 | 151 | 0 | 22 | 24 | 60 | 7 | 13 | 56 |
| Binary | 10000100 | 1101100 | 1101001 | 0 | 10010 | 10100 | 110000 | 111 | 1011 | 101110 |
Color Harmonies of #846C69
Complementary color
Monochromatic Colors of #846C69
Black with #846C69
Text Example
Text Example
White with #846C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846C69; }
p { color: rgb(132,108,105); }
H1.HeaderClassName
{
color: #846C69;
}
.AnyTagClassName
{
color: #846C69;
}
</style>
background-color css
<style>
a { background-color: #846C69; }
a { background-color: rgb(132,108,105); }
div.DivClassName
{
background-color: #846C69;
}
.BgClassName
{
background-color: #846C69;
}
</style>
border-color css
<style>
span { border-color: #846C69; }
span { border-color: rgb(132,108,105); }
td.TdClassName
{
border-color: #846C69;
}
.TagClassName
{
border-color: #846C69;
}
</style>