Shades of Ferra #836F6F
Tints of Ferra #836F6F
RGB
CMYK
RGB Variations
Color information
#836F6F (or 0x836F6F) is known color: Ferra. HEX triplet: 83, 6F and 6F. RGB value is (131,111,111). Sum of RGB (Red+Green+Blue) = 131+111+111=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 131 - color contains mainly: red. Hex color #836F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836F6F is #7C9090. Grayscale: #757575. Windows color (decimal): -8163473 or 7303043. OLE color: 7303043.
HSL color Cylindrical-coordinate representation of color #836F6F: hue angle of 0º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #836F6F is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 111 | 111 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.49 |
| HSL | 0º | 0.08% | 0.47% | - |
| HSV(B) | 0º | 0.15% | 0.51% | - |
| XYZ | 17.91 | 17.34 | 17.44 | - |
| YUV | 116.98 | 124.63 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 111 | 0 | 0.15 | 0.15 | 0.49 | 0 | 0.08 | 0.47 |
| Hex | 83 | 6F | 6F | 0 | F | F | 31 | 0 | 8 | 2F |
| Octal | 203 | 157 | 157 | 0 | 17 | 17 | 61 | 0 | 10 | 57 |
| Binary | 10000011 | 1101111 | 1101111 | 0 | 1111 | 1111 | 110001 | 0 | 1000 | 101111 |
Color Harmonies of #836F6F
Complementary color
Monochromatic Colors of #836F6F
Black with #836F6F
Text Example
Text Example
White with #836F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836F6F; }
p { color: rgb(131,111,111); }
H1.HeaderClassName
{
color: #836F6F;
}
.AnyTagClassName
{
color: #836F6F;
}
</style>
background-color css
<style>
a { background-color: #836F6F; }
a { background-color: rgb(131,111,111); }
div.DivClassName
{
background-color: #836F6F;
}
.BgClassName
{
background-color: #836F6F;
}
</style>
border-color css
<style>
span { border-color: #836F6F; }
span { border-color: rgb(131,111,111); }
td.TdClassName
{
border-color: #836F6F;
}
.TagClassName
{
border-color: #836F6F;
}
</style>