Shades of Russett #6F6765
Tints of Russett #6F6765
RGB
CMYK
RGB Variations
Color information
#6F6765 (or 0x6F6765) is known color: Russett. HEX triplet: 6F, 67 and 65. RGB value is (111,103,101). Sum of RGB (Red+Green+Blue) = 111+103+101=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6765 is #90989A. Grayscale: #696969. Windows color (decimal): -9476251 or 6645615. OLE color: 6645615.
HSL color Cylindrical-coordinate representation of color #6F6765: hue angle of 12º 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 #6F6765 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 101 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.56 |
| HSL | 12º | 0.05% | 0.42% | - |
| HSV(B) | 12º | 0.09% | 0.44% | - |
| XYZ | 13.75 | 14.02 | 14.29 | - |
| YUV | 105.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 101 | 0 | 0.07 | 0.09 | 0.56 | 12 | 0.05 | 0.42 |
| Hex | 6F | 67 | 65 | 0 | 7 | 9 | 38 | C | 5 | 2A |
| Octal | 157 | 147 | 145 | 0 | 7 | 11 | 70 | 14 | 5 | 52 |
| Binary | 1101111 | 1100111 | 1100101 | 0 | 111 | 1001 | 111000 | 1100 | 101 | 101010 |
Color Harmonies of #6F6765
Complementary color
Monochromatic Colors of #6F6765
Black with #6F6765
Text Example
Text Example
White with #6F6765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6765; }
p { color: rgb(111,103,101); }
H1.HeaderClassName
{
color: #6F6765;
}
.AnyTagClassName
{
color: #6F6765;
}
</style>
background-color css
<style>
a { background-color: #6F6765; }
a { background-color: rgb(111,103,101); }
div.DivClassName
{
background-color: #6F6765;
}
.BgClassName
{
background-color: #6F6765;
}
</style>
border-color css
<style>
span { border-color: #6F6765; }
span { border-color: rgb(111,103,101); }
td.TdClassName
{
border-color: #6F6765;
}
.TagClassName
{
border-color: #6F6765;
}
</style>