Shades of Ferra #836A67
Tints of Ferra #836A67
RGB
CMYK
RGB Variations
Color information
#836A67 (or 0x836A67) is known color: Ferra. HEX triplet: 83, 6A and 67. RGB value is (131,106,103). Sum of RGB (Red+Green+Blue) = 131+106+103=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 131 - color contains mainly: red. Hex color #836A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836A67 is #7C9598. Grayscale: #717171. Windows color (decimal): -8164761 or 6777475. OLE color: 6777475.
HSL color Cylindrical-coordinate representation of color #836A67: hue angle of 6.43º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #836A67 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 106 | 103 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.49 |
| HSL | 6.43º | 0.12% | 0.46% | - |
| HSV(B) | 6.43º | 0.21% | 0.51% | - |
| XYZ | 16.96 | 16.11 | 15.05 | - |
| YUV | 113.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 103 | 0 | 0.19 | 0.21 | 0.49 | 6.43 | 0.12 | 0.46 |
| Hex | 83 | 6A | 67 | 0 | 13 | 15 | 31 | 6 | C | 2E |
| Octal | 203 | 152 | 147 | 0 | 23 | 25 | 61 | 6 | 14 | 56 |
| Binary | 10000011 | 1101010 | 1100111 | 0 | 10011 | 10101 | 110001 | 110 | 1100 | 101110 |
Color Harmonies of #836A67
Complementary color
Monochromatic Colors of #836A67
Black with #836A67
Text Example
Text Example
White with #836A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836A67; }
p { color: rgb(131,106,103); }
H1.HeaderClassName
{
color: #836A67;
}
.AnyTagClassName
{
color: #836A67;
}
</style>
background-color css
<style>
a { background-color: #836A67; }
a { background-color: rgb(131,106,103); }
div.DivClassName
{
background-color: #836A67;
}
.BgClassName
{
background-color: #836A67;
}
</style>
border-color css
<style>
span { border-color: #836A67; }
span { border-color: rgb(131,106,103); }
td.TdClassName
{
border-color: #836A67;
}
.TagClassName
{
border-color: #836A67;
}
</style>