Shades of Ferra #836D69
Tints of Ferra #836D69
RGB
CMYK
RGB Variations
Color information
#836D69 (or 0x836D69) is known color: Ferra. HEX triplet: 83, 6D and 69. RGB value is (131,109,105). Sum of RGB (Red+Green+Blue) = 131+109+105=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 131 - color contains mainly: red. Hex color #836D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836D69 is #7C9296. Grayscale: #737373. Windows color (decimal): -8163991 or 6909315. OLE color: 6909315.
HSL color Cylindrical-coordinate representation of color #836D69: hue angle of 9.23º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #836D69 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 109 | 105 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.49 |
| HSL | 9.23º | 0.11% | 0.46% | - |
| HSV(B) | 9.23º | 0.2% | 0.51% | - |
| XYZ | 17.38 | 16.78 | 15.69 | - |
| YUV | 115.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 109 | 105 | 0 | 0.17 | 0.20 | 0.49 | 9.23 | 0.11 | 0.46 |
| Hex | 83 | 6D | 69 | 0 | 11 | 14 | 31 | 9 | B | 2E |
| Octal | 203 | 155 | 151 | 0 | 21 | 24 | 61 | 11 | 13 | 56 |
| Binary | 10000011 | 1101101 | 1101001 | 0 | 10001 | 10100 | 110001 | 1001 | 1011 | 101110 |
Color Harmonies of #836D69
Complementary color
Monochromatic Colors of #836D69
Black with #836D69
Text Example
Text Example
White with #836D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836D69; }
p { color: rgb(131,109,105); }
H1.HeaderClassName
{
color: #836D69;
}
.AnyTagClassName
{
color: #836D69;
}
</style>
background-color css
<style>
a { background-color: #836D69; }
a { background-color: rgb(131,109,105); }
div.DivClassName
{
background-color: #836D69;
}
.BgClassName
{
background-color: #836D69;
}
</style>
border-color css
<style>
span { border-color: #836D69; }
span { border-color: rgb(131,109,105); }
td.TdClassName
{
border-color: #836D69;
}
.TagClassName
{
border-color: #836D69;
}
</style>