Shades of Russett #86645C
Tints of Russett #86645C
RGB
CMYK
RGB Variations
Color information
#86645C (or 0x86645C) is known color: Russett. HEX triplet: 86, 64 and 5C. RGB value is (134,100,92). Sum of RGB (Red+Green+Blue) = 134+100+92=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #86645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86645C is #799BA3. Grayscale: #6D6D6D. Windows color (decimal): -7969700 or 6055046. OLE color: 6055046.
HSL color Cylindrical-coordinate representation of color #86645C: hue angle of 11.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86645C is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 100 | 92 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.47 |
| HSL | 11.43º | 0.19% | 0.44% | - |
| HSV(B) | 11.43º | 0.31% | 0.53% | - |
| XYZ | 16.32 | 14.96 | 12.15 | - |
| YUV | 109.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 100 | 92 | 0 | 0.25 | 0.31 | 0.47 | 11.43 | 0.19 | 0.44 |
| Hex | 86 | 64 | 5C | 0 | 19 | 1F | 2F | B | 13 | 2C |
| Octal | 206 | 144 | 134 | 0 | 31 | 37 | 57 | 13 | 23 | 54 |
| Binary | 10000110 | 1100100 | 1011100 | 0 | 11001 | 11111 | 101111 | 1011 | 10011 | 101100 |
Color Harmonies of #86645C
Complementary color
Monochromatic Colors of #86645C
Black with #86645C
Text Example
Text Example
White with #86645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86645C; }
p { color: rgb(134,100,92); }
H1.HeaderClassName
{
color: #86645C;
}
.AnyTagClassName
{
color: #86645C;
}
</style>
background-color css
<style>
a { background-color: #86645C; }
a { background-color: rgb(134,100,92); }
div.DivClassName
{
background-color: #86645C;
}
.BgClassName
{
background-color: #86645C;
}
</style>
border-color css
<style>
span { border-color: #86645C; }
span { border-color: rgb(134,100,92); }
td.TdClassName
{
border-color: #86645C;
}
.TagClassName
{
border-color: #86645C;
}
</style>