Shades of Russett #6F6764
Tints of Russett #6F6764
RGB
CMYK
RGB Variations
Color information
#6F6764 (or 0x6F6764) is known color: Russett. HEX triplet: 6F, 67 and 64. RGB value is (111,103,100). Sum of RGB (Red+Green+Blue) = 111+103+100=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6764 is #90989B. Grayscale: #696969. Windows color (decimal): -9476252 or 6580079. OLE color: 6580079.
HSL color Cylindrical-coordinate representation of color #6F6764: hue angle of 16.36º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F6764 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 100 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.56 |
| HSL | 16.36º | 0.05% | 0.41% | - |
| HSV(B) | 16.36º | 0.1% | 0.44% | - |
| XYZ | 13.71 | 14 | 14.04 | - |
| YUV | 105.05 | 125.15 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 100 | 0 | 0.07 | 0.10 | 0.56 | 16.36 | 0.05 | 0.41 |
| Hex | 6F | 67 | 64 | 0 | 7 | A | 38 | 10 | 5 | 29 |
| Octal | 157 | 147 | 144 | 0 | 7 | 12 | 70 | 20 | 5 | 51 |
| Binary | 1101111 | 1100111 | 1100100 | 0 | 111 | 1010 | 111000 | 10000 | 101 | 101001 |
Color Harmonies of #6F6764
Complementary color
Monochromatic Colors of #6F6764
Black with #6F6764
Text Example
Text Example
White with #6F6764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6764; }
p { color: rgb(111,103,100); }
H1.HeaderClassName
{
color: #6F6764;
}
.AnyTagClassName
{
color: #6F6764;
}
</style>
background-color css
<style>
a { background-color: #6F6764; }
a { background-color: rgb(111,103,100); }
div.DivClassName
{
background-color: #6F6764;
}
.BgClassName
{
background-color: #6F6764;
}
</style>
border-color css
<style>
span { border-color: #6F6764; }
span { border-color: rgb(111,103,100); }
td.TdClassName
{
border-color: #6F6764;
}
.TagClassName
{
border-color: #6F6764;
}
</style>