Shades of Russett #82665B
Tints of Russett #82665B
RGB
CMYK
RGB Variations
Color information
#82665B (or 0x82665B) is known color: Russett. HEX triplet: 82, 66 and 5B. RGB value is (130,102,91). Sum of RGB (Red+Green+Blue) = 130+102+91=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #82665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82665B is #7D99A4. Grayscale: #6D6D6D. Windows color (decimal): -8231333 or 5990018. OLE color: 5990018.
HSL color Cylindrical-coordinate representation of color #82665B: hue angle of 16.92º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82665B is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 102 | 91 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.49 |
| HSL | 16.92º | 0.18% | 0.43% | - |
| HSV(B) | 16.92º | 0.3% | 0.51% | - |
| XYZ | 15.85 | 15 | 11.96 | - |
| YUV | 109.12 | 117.78 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 91 | 0 | 0.22 | 0.30 | 0.49 | 16.92 | 0.18 | 0.43 |
| Hex | 82 | 66 | 5B | 0 | 16 | 1E | 31 | 11 | 12 | 2B |
| Octal | 202 | 146 | 133 | 0 | 26 | 36 | 61 | 21 | 22 | 53 |
| Binary | 10000010 | 1100110 | 1011011 | 0 | 10110 | 11110 | 110001 | 10001 | 10010 | 101011 |
Color Harmonies of #82665B
Complementary color
Monochromatic Colors of #82665B
Black with #82665B
Text Example
Text Example
White with #82665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82665B; }
p { color: rgb(130,102,91); }
H1.HeaderClassName
{
color: #82665B;
}
.AnyTagClassName
{
color: #82665B;
}
</style>
background-color css
<style>
a { background-color: #82665B; }
a { background-color: rgb(130,102,91); }
div.DivClassName
{
background-color: #82665B;
}
.BgClassName
{
background-color: #82665B;
}
</style>
border-color css
<style>
span { border-color: #82665B; }
span { border-color: rgb(130,102,91); }
td.TdClassName
{
border-color: #82665B;
}
.TagClassName
{
border-color: #82665B;
}
</style>