Shades of Nevada #676D6D
Tints of Nevada #676D6D
RGB
CMYK
RGB Variations
Color information
#676D6D (or 0x676D6D) is known color: Nevada. HEX triplet: 67, 6D and 6D. RGB value is (103,109,109). Sum of RGB (Red+Green+Blue) = 103+109+109=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 109 - color contains mainly: green, blue. Hex color #676D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676D6D is #989292. Grayscale: #6B6B6B. Windows color (decimal): -9998995 or 7171431. OLE color: 7171431.
HSL color Cylindrical-coordinate representation of color #676D6D: hue angle of 180º 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 #676D6D is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
RGB | 103 | 109 | 109 | - |
CMYK | 0.06 | 0 | 0 | 0.57 |
HSL | 180º | 0.03% | 0.42% | - |
HSV(B) | 180º | 0.06% | 0.43% | - |
XYZ | 13.82 | 14.92 | 16.62 | - |
YUV | 107.21 | 129.01 | 125 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 103 | 109 | 109 | 0.06 | 0 | 0 | 0.57 | 180 | 0.03 | 0.42 |
Hex | 67 | 6D | 6D | 6 | 0 | 0 | 39 | B4 | 3 | 2A |
Octal | 147 | 155 | 155 | 6 | 0 | 0 | 71 | 264 | 3 | 52 |
Binary | 1100111 | 1101101 | 1101101 | 110 | 0 | 0 | 111001 | 10110100 | 11 | 101010 |
Color Harmonies of #676D6D
Complementary color
Monochromatic Colors of #676D6D
Black with #676D6D
Text Example
Text Example
White with #676D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676D6D; }
p { color: rgb(103,109,109); }
H1.HeaderClassName
{
color: #676D6D;
}
.AnyTagClassName
{
color: #676D6D;
}
</style>
background-color css
<style>
a { background-color: #676D6D; }
a { background-color: rgb(103,109,109); }
div.DivClassName
{
background-color: #676D6D;
}
.BgClassName
{
background-color: #676D6D;
}
</style>
border-color css
<style>
span { border-color: #676D6D; }
span { border-color: rgb(103,109,109); }
td.TdClassName
{
border-color: #676D6D;
}
.TagClassName
{
border-color: #676D6D;
}
</style>