Shades of Ferra #836F6E
Tints of Ferra #836F6E
RGB
CMYK
RGB Variations
Color information
#836F6E (or 0x836F6E) is known color: Ferra. HEX triplet: 83, 6F and 6E. RGB value is (131,111,110). Sum of RGB (Red+Green+Blue) = 131+111+110=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 131 - color contains mainly: red. Hex color #836F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836F6E is #7C9091. Grayscale: #747474. Windows color (decimal): -8163474 or 7237507. OLE color: 7237507.
HSL color Cylindrical-coordinate representation of color #836F6E: hue angle of 2.86º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #836F6E is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 111 | 110 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.49 |
| HSL | 2.86º | 0.09% | 0.47% | - |
| HSV(B) | 2.86º | 0.16% | 0.51% | - |
| XYZ | 17.86 | 17.32 | 17.15 | - |
| YUV | 116.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 110 | 0 | 0.15 | 0.16 | 0.49 | 2.86 | 0.09 | 0.47 |
| Hex | 83 | 6F | 6E | 0 | F | 10 | 31 | 3 | 9 | 2F |
| Octal | 203 | 157 | 156 | 0 | 17 | 20 | 61 | 3 | 11 | 57 |
| Binary | 10000011 | 1101111 | 1101110 | 0 | 1111 | 10000 | 110001 | 11 | 1001 | 101111 |
Color Harmonies of #836F6E
Complementary color
Monochromatic Colors of #836F6E
Black with #836F6E
Text Example
Text Example
White with #836F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836F6E; }
p { color: rgb(131,111,110); }
H1.HeaderClassName
{
color: #836F6E;
}
.AnyTagClassName
{
color: #836F6E;
}
</style>
background-color css
<style>
a { background-color: #836F6E; }
a { background-color: rgb(131,111,110); }
div.DivClassName
{
background-color: #836F6E;
}
.BgClassName
{
background-color: #836F6E;
}
</style>
border-color css
<style>
span { border-color: #836F6E; }
span { border-color: rgb(131,111,110); }
td.TdClassName
{
border-color: #836F6E;
}
.TagClassName
{
border-color: #836F6E;
}
</style>