Shades of Russett #8B645A
Tints of Russett #8B645A
RGB
CMYK
RGB Variations
Color information
#8B645A (or 0x8B645A) is known color: Russett. HEX triplet: 8B, 64 and 5A. RGB value is (139,100,90). Sum of RGB (Red+Green+Blue) = 139+100+90=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 139 - color contains mainly: red. Hex color #8B645A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B645A is #749BA5. Grayscale: #6E6E6E. Windows color (decimal): -7642022 or 5923979. OLE color: 5923979.
HSL color Cylindrical-coordinate representation of color #8B645A: hue angle of 12.24º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B645A is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 100 | 90 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.45 |
| HSL | 12.24º | 0.21% | 0.45% | - |
| HSV(B) | 12.24º | 0.35% | 0.55% | - |
| XYZ | 17.05 | 15.34 | 11.74 | - |
| YUV | 110.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 100 | 90 | 0 | 0.28 | 0.35 | 0.45 | 12.24 | 0.21 | 0.45 |
| Hex | 8B | 64 | 5A | 0 | 1C | 23 | 2D | C | 15 | 2D |
| Octal | 213 | 144 | 132 | 0 | 34 | 43 | 55 | 14 | 25 | 55 |
| Binary | 10001011 | 1100100 | 1011010 | 0 | 11100 | 100011 | 101101 | 1100 | 10101 | 101101 |
Color Harmonies of #8B645A
Complementary color
Monochromatic Colors of #8B645A
Black with #8B645A
Text Example
Text Example
White with #8B645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B645A; }
p { color: rgb(139,100,90); }
H1.HeaderClassName
{
color: #8B645A;
}
.AnyTagClassName
{
color: #8B645A;
}
</style>
background-color css
<style>
a { background-color: #8B645A; }
a { background-color: rgb(139,100,90); }
div.DivClassName
{
background-color: #8B645A;
}
.BgClassName
{
background-color: #8B645A;
}
</style>
border-color css
<style>
span { border-color: #8B645A; }
span { border-color: rgb(139,100,90); }
td.TdClassName
{
border-color: #8B645A;
}
.TagClassName
{
border-color: #8B645A;
}
</style>