Shades of Russett #6D6B6A
Tints of Russett #6D6B6A
RGB
CMYK
RGB Variations
Color information
#6D6B6A (or 0x6D6B6A) is known color: Russett. HEX triplet: 6D, 6B and 6A. RGB value is (109,107,106). Sum of RGB (Red+Green+Blue) = 109+107+106=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6B6A is #929495. Grayscale: #6B6B6B. Windows color (decimal): -9606294 or 6974317. OLE color: 6974317.
HSL color Cylindrical-coordinate representation of color #6D6B6A: hue angle of 20º degrees, saturation: 0.01, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6D6B6A is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
RGB | 109 | 107 | 106 | - |
CMYK | 0 | 0.02 | 0.03 | 0.57 |
HSL | 20º | 0.01% | 0.42% | - |
HSV(B) | 20º | 0.03% | 0.43% | - |
XYZ | 14.17 | 14.81 | 15.75 | - |
YUV | 107.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 109 | 107 | 106 | 0 | 0.02 | 0.03 | 0.57 | 20 | 0.01 | 0.42 |
Hex | 6D | 6B | 6A | 0 | 2 | 3 | 39 | 14 | 1 | 2A |
Octal | 155 | 153 | 152 | 0 | 2 | 3 | 71 | 24 | 1 | 52 |
Binary | 1101101 | 1101011 | 1101010 | 0 | 10 | 11 | 111001 | 10100 | 1 | 101010 |
Color Harmonies of #6D6B6A
Complementary color
Monochromatic Colors of #6D6B6A
Black with #6D6B6A
Text Example
Text Example
White with #6D6B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6B6A; }
p { color: rgb(109,107,106); }
H1.HeaderClassName
{
color: #6D6B6A;
}
.AnyTagClassName
{
color: #6D6B6A;
}
</style>
background-color css
<style>
a { background-color: #6D6B6A; }
a { background-color: rgb(109,107,106); }
div.DivClassName
{
background-color: #6D6B6A;
}
.BgClassName
{
background-color: #6D6B6A;
}
</style>
border-color css
<style>
span { border-color: #6D6B6A; }
span { border-color: rgb(109,107,106); }
td.TdClassName
{
border-color: #6D6B6A;
}
.TagClassName
{
border-color: #6D6B6A;
}
</style>