Shades of Nevada #606665
Tints of Nevada #606665
RGB
CMYK
RGB Variations
Color information
#606665 (or 0x606665) is known color: Nevada. HEX triplet: 60, 66 and 65. RGB value is (96,102,101). Sum of RGB (Red+Green+Blue) = 96+102+101=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 102 - color contains mainly: green. Hex color #606665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606665 is #9F999A. Grayscale: #646464. Windows color (decimal): -10459547 or 6645344. OLE color: 6645344.
HSL color Cylindrical-coordinate representation of color #606665: hue angle of 170º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #606665 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 96 | 102 | 101 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.6 |
| HSL | 170º | 0.03% | 0.39% | - |
| HSV(B) | 170º | 0.06% | 0.4% | - |
| XYZ | 11.92 | 12.93 | 14.18 | - |
| YUV | 100.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 102 | 101 | 0.06 | 0 | 0.01 | 0.6 | 170 | 0.03 | 0.39 |
| Hex | 60 | 66 | 65 | 6 | 0 | 1 | 3C | AA | 3 | 27 |
| Octal | 140 | 146 | 145 | 6 | 0 | 1 | 74 | 252 | 3 | 47 |
| Binary | 1100000 | 1100110 | 1100101 | 110 | 0 | 1 | 111100 | 10101010 | 11 | 100111 |
Color Harmonies of #606665
Complementary color
Monochromatic Colors of #606665
Black with #606665
Text Example
Text Example
White with #606665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606665; }
p { color: rgb(96,102,101); }
H1.HeaderClassName
{
color: #606665;
}
.AnyTagClassName
{
color: #606665;
}
</style>
background-color css
<style>
a { background-color: #606665; }
a { background-color: rgb(96,102,101); }
div.DivClassName
{
background-color: #606665;
}
.BgClassName
{
background-color: #606665;
}
</style>
border-color css
<style>
span { border-color: #606665; }
span { border-color: rgb(96,102,101); }
td.TdClassName
{
border-color: #606665;
}
.TagClassName
{
border-color: #606665;
}
</style>