Shades of Russett #6F6865
Tints of Russett #6F6865
RGB
CMYK
RGB Variations
Color information
#6F6865 (or 0x6F6865) is known color: Russett. HEX triplet: 6F, 68 and 65. RGB value is (111,104,101). Sum of RGB (Red+Green+Blue) = 111+104+101=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6865 is #90979A. Grayscale: #696969. Windows color (decimal): -9475995 or 6645871. OLE color: 6645871.
HSL color Cylindrical-coordinate representation of color #6F6865: hue angle of 18º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6F6865 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 101 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.56 |
| HSL | 18º | 0.05% | 0.42% | - |
| HSV(B) | 18º | 0.09% | 0.44% | - |
| XYZ | 13.85 | 14.22 | 14.33 | - |
| YUV | 105.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 101 | 0 | 0.06 | 0.09 | 0.56 | 18 | 0.05 | 0.42 |
| Hex | 6F | 68 | 65 | 0 | 6 | 9 | 38 | 12 | 5 | 2A |
| Octal | 157 | 150 | 145 | 0 | 6 | 11 | 70 | 22 | 5 | 52 |
| Binary | 1101111 | 1101000 | 1100101 | 0 | 110 | 1001 | 111000 | 10010 | 101 | 101010 |
Color Harmonies of #6F6865
Complementary color
Monochromatic Colors of #6F6865
Black with #6F6865
Text Example
Text Example
White with #6F6865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6865; }
p { color: rgb(111,104,101); }
H1.HeaderClassName
{
color: #6F6865;
}
.AnyTagClassName
{
color: #6F6865;
}
</style>
background-color css
<style>
a { background-color: #6F6865; }
a { background-color: rgb(111,104,101); }
div.DivClassName
{
background-color: #6F6865;
}
.BgClassName
{
background-color: #6F6865;
}
</style>
border-color css
<style>
span { border-color: #6F6865; }
span { border-color: rgb(111,104,101); }
td.TdClassName
{
border-color: #6F6865;
}
.TagClassName
{
border-color: #6F6865;
}
</style>