Shades of Russett #81675B
Tints of Russett #81675B
RGB
CMYK
RGB Variations
Color information
#81675B (or 0x81675B) is known color: Russett. HEX triplet: 81, 67 and 5B. RGB value is (129,103,91). Sum of RGB (Red+Green+Blue) = 129+103+91=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 129 - color contains mainly: red. Hex color #81675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81675B is #7E98A4. Grayscale: #6D6D6D. Windows color (decimal): -8296613 or 5990273. OLE color: 5990273.
HSL color Cylindrical-coordinate representation of color #81675B: hue angle of 18.95º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81675B is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 103 | 91 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.49 |
| HSL | 18.95º | 0.17% | 0.43% | - |
| HSV(B) | 18.95º | 0.29% | 0.51% | - |
| XYZ | 15.79 | 15.12 | 11.98 | - |
| YUV | 109.41 | 117.61 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 103 | 91 | 0 | 0.20 | 0.29 | 0.49 | 18.95 | 0.17 | 0.43 |
| Hex | 81 | 67 | 5B | 0 | 14 | 1D | 31 | 13 | 11 | 2B |
| Octal | 201 | 147 | 133 | 0 | 24 | 35 | 61 | 23 | 21 | 53 |
| Binary | 10000001 | 1100111 | 1011011 | 0 | 10100 | 11101 | 110001 | 10011 | 10001 | 101011 |
Color Harmonies of #81675B
Complementary color
Monochromatic Colors of #81675B
Black with #81675B
Text Example
Text Example
White with #81675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81675B; }
p { color: rgb(129,103,91); }
H1.HeaderClassName
{
color: #81675B;
}
.AnyTagClassName
{
color: #81675B;
}
</style>
background-color css
<style>
a { background-color: #81675B; }
a { background-color: rgb(129,103,91); }
div.DivClassName
{
background-color: #81675B;
}
.BgClassName
{
background-color: #81675B;
}
</style>
border-color css
<style>
span { border-color: #81675B; }
span { border-color: rgb(129,103,91); }
td.TdClassName
{
border-color: #81675B;
}
.TagClassName
{
border-color: #81675B;
}
</style>