Shades of Russett #6F6562
Tints of Russett #6F6562
RGB
CMYK
RGB Variations
Color information
#6F6562 (or 0x6F6562) is known color: Russett. HEX triplet: 6F, 65 and 62. RGB value is (111,101,98). Sum of RGB (Red+Green+Blue) = 111+101+98=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6562 is #909A9D. Grayscale: #676767. Windows color (decimal): -9476766 or 6448495. OLE color: 6448495.
HSL color Cylindrical-coordinate representation of color #6F6562: hue angle of 13.85º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6F6562 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 101 | 98 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.56 |
| HSL | 13.85º | 0.06% | 0.41% | - |
| HSV(B) | 13.85º | 0.12% | 0.44% | - |
| XYZ | 13.41 | 13.57 | 13.47 | - |
| YUV | 103.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 98 | 0 | 0.09 | 0.12 | 0.56 | 13.85 | 0.06 | 0.41 |
| Hex | 6F | 65 | 62 | 0 | 9 | C | 38 | E | 6 | 29 |
| Octal | 157 | 145 | 142 | 0 | 11 | 14 | 70 | 16 | 6 | 51 |
| Binary | 1101111 | 1100101 | 1100010 | 0 | 1001 | 1100 | 111000 | 1110 | 110 | 101001 |
Color Harmonies of #6F6562
Complementary color
Monochromatic Colors of #6F6562
Black with #6F6562
Text Example
Text Example
White with #6F6562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6562; }
p { color: rgb(111,101,98); }
H1.HeaderClassName
{
color: #6F6562;
}
.AnyTagClassName
{
color: #6F6562;
}
</style>
background-color css
<style>
a { background-color: #6F6562; }
a { background-color: rgb(111,101,98); }
div.DivClassName
{
background-color: #6F6562;
}
.BgClassName
{
background-color: #6F6562;
}
</style>
border-color css
<style>
span { border-color: #6F6562; }
span { border-color: rgb(111,101,98); }
td.TdClassName
{
border-color: #6F6562;
}
.TagClassName
{
border-color: #6F6562;
}
</style>