Shades of Ferra #826D6D
Tints of Ferra #826D6D
RGB
CMYK
RGB Variations
Color information
#826D6D (or 0x826D6D) is known color: Ferra. HEX triplet: 82, 6D and 6D. RGB value is (130,109,109). Sum of RGB (Red+Green+Blue) = 130+109+109=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 130 - color contains mainly: red. Hex color #826D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826D6D is #7D9292. Grayscale: #737373. Windows color (decimal): -8229523 or 7171458. OLE color: 7171458.
HSL color Cylindrical-coordinate representation of color #826D6D: hue angle of 0º 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 #826D6D is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 109 | 109 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.49 |
| HSL | 0º | 0.09% | 0.47% | - |
| HSV(B) | 0º | 0.16% | 0.51% | - |
| XYZ | 17.43 | 16.79 | 16.79 | - |
| YUV | 115.28 | 124.46 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 109 | 109 | 0 | 0.16 | 0.16 | 0.49 | 0 | 0.09 | 0.47 |
| Hex | 82 | 6D | 6D | 0 | 10 | 10 | 31 | 0 | 9 | 2F |
| Octal | 202 | 155 | 155 | 0 | 20 | 20 | 61 | 0 | 11 | 57 |
| Binary | 10000010 | 1101101 | 1101101 | 0 | 10000 | 10000 | 110001 | 0 | 1001 | 101111 |
Color Harmonies of #826D6D
Complementary color
Monochromatic Colors of #826D6D
Black with #826D6D
Text Example
Text Example
White with #826D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826D6D; }
p { color: rgb(130,109,109); }
H1.HeaderClassName
{
color: #826D6D;
}
.AnyTagClassName
{
color: #826D6D;
}
</style>
background-color css
<style>
a { background-color: #826D6D; }
a { background-color: rgb(130,109,109); }
div.DivClassName
{
background-color: #826D6D;
}
.BgClassName
{
background-color: #826D6D;
}
</style>
border-color css
<style>
span { border-color: #826D6D; }
span { border-color: rgb(130,109,109); }
td.TdClassName
{
border-color: #826D6D;
}
.TagClassName
{
border-color: #826D6D;
}
</style>