Shades of Nevada #676E6D
Tints of Nevada #676E6D
RGB
CMYK
RGB Variations
Color information
#676E6D (or 0x676E6D) is known color: Nevada. HEX triplet: 67, 6E and 6D. RGB value is (103,110,109). Sum of RGB (Red+Green+Blue) = 103+110+109=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 110 - color contains mainly: green. Hex color #676E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676E6D is #989192. Grayscale: #6B6B6B. Windows color (decimal): -9998739 or 7171687. OLE color: 7171687.
HSL color Cylindrical-coordinate representation of color #676E6D: hue angle of 171.43º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #676E6D is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 110 | 109 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.57 |
| HSL | 171.43º | 0.03% | 0.42% | - |
| HSV(B) | 171.43º | 0.06% | 0.43% | - |
| XYZ | 13.93 | 15.14 | 16.66 | - |
| YUV | 107.79 | 128.68 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 110 | 109 | 0.06 | 0 | 0.01 | 0.57 | 171.43 | 0.03 | 0.42 |
| Hex | 67 | 6E | 6D | 6 | 0 | 1 | 39 | AB | 3 | 2A |
| Octal | 147 | 156 | 155 | 6 | 0 | 1 | 71 | 253 | 3 | 52 |
| Binary | 1100111 | 1101110 | 1101101 | 110 | 0 | 1 | 111001 | 10101011 | 11 | 101010 |
Color Harmonies of #676E6D
Complementary color
Monochromatic Colors of #676E6D
Black with #676E6D
Text Example
Text Example
White with #676E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676E6D; }
p { color: rgb(103,110,109); }
H1.HeaderClassName
{
color: #676E6D;
}
.AnyTagClassName
{
color: #676E6D;
}
</style>
background-color css
<style>
a { background-color: #676E6D; }
a { background-color: rgb(103,110,109); }
div.DivClassName
{
background-color: #676E6D;
}
.BgClassName
{
background-color: #676E6D;
}
</style>
border-color css
<style>
span { border-color: #676E6D; }
span { border-color: rgb(103,110,109); }
td.TdClassName
{
border-color: #676E6D;
}
.TagClassName
{
border-color: #676E6D;
}
</style>