Shades of Russett #86645A
Tints of Russett #86645A
RGB
CMYK
RGB Variations
Color information
#86645A (or 0x86645A) is known color: Russett. HEX triplet: 86, 64 and 5A. RGB value is (134,100,90). Sum of RGB (Red+Green+Blue) = 134+100+90=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 134 - color contains mainly: red. Hex color #86645A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86645A is #799BA5. Grayscale: #6D6D6D. Windows color (decimal): -7969702 or 5923974. OLE color: 5923974.
HSL color Cylindrical-coordinate representation of color #86645A: hue angle of 13.64º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86645A is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 100 | 90 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.47 |
| HSL | 13.64º | 0.2% | 0.44% | - |
| HSV(B) | 13.64º | 0.33% | 0.53% | - |
| XYZ | 16.23 | 14.92 | 11.7 | - |
| YUV | 109.03 | 117.26 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 100 | 90 | 0 | 0.25 | 0.33 | 0.47 | 13.64 | 0.2 | 0.44 |
| Hex | 86 | 64 | 5A | 0 | 19 | 21 | 2F | E | 14 | 2C |
| Octal | 206 | 144 | 132 | 0 | 31 | 41 | 57 | 16 | 24 | 54 |
| Binary | 10000110 | 1100100 | 1011010 | 0 | 11001 | 100001 | 101111 | 1110 | 10100 | 101100 |
Color Harmonies of #86645A
Complementary color
Monochromatic Colors of #86645A
Black with #86645A
Text Example
Text Example
White with #86645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86645A; }
p { color: rgb(134,100,90); }
H1.HeaderClassName
{
color: #86645A;
}
.AnyTagClassName
{
color: #86645A;
}
</style>
background-color css
<style>
a { background-color: #86645A; }
a { background-color: rgb(134,100,90); }
div.DivClassName
{
background-color: #86645A;
}
.BgClassName
{
background-color: #86645A;
}
</style>
border-color css
<style>
span { border-color: #86645A; }
span { border-color: rgb(134,100,90); }
td.TdClassName
{
border-color: #86645A;
}
.TagClassName
{
border-color: #86645A;
}
</style>