Shades of Russett #8A665B
Tints of Russett #8A665B
RGB
CMYK
RGB Variations
Color information
#8A665B (or 0x8A665B) is known color: Russett. HEX triplet: 8A, 66 and 5B. RGB value is (138,102,91). Sum of RGB (Red+Green+Blue) = 138+102+91=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 138 - color contains mainly: red. Hex color #8A665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A665B is #7599A4. Grayscale: #6F6F6F. Windows color (decimal): -7707045 or 5990026. OLE color: 5990026.
HSL color Cylindrical-coordinate representation of color #8A665B: hue angle of 14.04º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8A665B is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 102 | 91 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.46 |
| HSL | 14.04º | 0.21% | 0.45% | - |
| HSV(B) | 14.04º | 0.34% | 0.54% | - |
| XYZ | 17.12 | 15.66 | 12.02 | - |
| YUV | 111.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 102 | 91 | 0 | 0.26 | 0.34 | 0.46 | 14.04 | 0.21 | 0.45 |
| Hex | 8A | 66 | 5B | 0 | 1A | 22 | 2E | E | 15 | 2D |
| Octal | 212 | 146 | 133 | 0 | 32 | 42 | 56 | 16 | 25 | 55 |
| Binary | 10001010 | 1100110 | 1011011 | 0 | 11010 | 100010 | 101110 | 1110 | 10101 | 101101 |
Color Harmonies of #8A665B
Complementary color
Monochromatic Colors of #8A665B
Black with #8A665B
Text Example
Text Example
White with #8A665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A665B; }
p { color: rgb(138,102,91); }
H1.HeaderClassName
{
color: #8A665B;
}
.AnyTagClassName
{
color: #8A665B;
}
</style>
background-color css
<style>
a { background-color: #8A665B; }
a { background-color: rgb(138,102,91); }
div.DivClassName
{
background-color: #8A665B;
}
.BgClassName
{
background-color: #8A665B;
}
</style>
border-color css
<style>
span { border-color: #8A665B; }
span { border-color: rgb(138,102,91); }
td.TdClassName
{
border-color: #8A665B;
}
.TagClassName
{
border-color: #8A665B;
}
</style>