Shades of Russett #8B675C
Tints of Russett #8B675C
RGB
CMYK
RGB Variations
Color information
#8B675C (or 0x8B675C) is known color: Russett. HEX triplet: 8B, 67 and 5C. RGB value is (139,103,92). Sum of RGB (Red+Green+Blue) = 139+103+92=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B675C is #7498A3. Grayscale: #707070. Windows color (decimal): -7641252 or 6055819. OLE color: 6055819.
HSL color Cylindrical-coordinate representation of color #8B675C: hue angle of 14.04º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B675C is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 103 | 92 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.45 |
| HSL | 14.04º | 0.2% | 0.45% | - |
| HSV(B) | 14.04º | 0.34% | 0.55% | - |
| XYZ | 17.43 | 15.96 | 12.29 | - |
| YUV | 112.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 103 | 92 | 0 | 0.26 | 0.34 | 0.45 | 14.04 | 0.2 | 0.45 |
| Hex | 8B | 67 | 5C | 0 | 1A | 22 | 2D | E | 14 | 2D |
| Octal | 213 | 147 | 134 | 0 | 32 | 42 | 55 | 16 | 24 | 55 |
| Binary | 10001011 | 1100111 | 1011100 | 0 | 11010 | 100010 | 101101 | 1110 | 10100 | 101101 |
Color Harmonies of #8B675C
Complementary color
Monochromatic Colors of #8B675C
Black with #8B675C
Text Example
Text Example
White with #8B675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B675C; }
p { color: rgb(139,103,92); }
H1.HeaderClassName
{
color: #8B675C;
}
.AnyTagClassName
{
color: #8B675C;
}
</style>
background-color css
<style>
a { background-color: #8B675C; }
a { background-color: rgb(139,103,92); }
div.DivClassName
{
background-color: #8B675C;
}
.BgClassName
{
background-color: #8B675C;
}
</style>
border-color css
<style>
span { border-color: #8B675C; }
span { border-color: rgb(139,103,92); }
td.TdClassName
{
border-color: #8B675C;
}
.TagClassName
{
border-color: #8B675C;
}
</style>