Shades of Nevada #617374
Tints of Nevada #617374
RGB
CMYK
RGB Variations
Color information
#617374 (or 0x617374) is known color: Nevada. HEX triplet: 61, 73 and 74. RGB value is (97,115,116). Sum of RGB (Red+Green+Blue) = 97+115+116=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 116 - color contains mainly: blue. Hex color #617374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617374 is #9E8C8B. Grayscale: #6D6D6D. Windows color (decimal): -10390668 or 7631713. OLE color: 7631713.
HSL color Cylindrical-coordinate representation of color #617374: hue angle of 183.16º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #617374 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 115 | 116 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.55 |
| HSL | 183.16º | 0.09% | 0.42% | - |
| HSV(B) | 183.16º | 0.16% | 0.45% | - |
| XYZ | 14.21 | 16.06 | 18.87 | - |
| YUV | 109.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 115 | 116 | 0.16 | 0.01 | 0 | 0.55 | 183.16 | 0.09 | 0.42 |
| Hex | 61 | 73 | 74 | 10 | 1 | 0 | 37 | B7 | 9 | 2A |
| Octal | 141 | 163 | 164 | 20 | 1 | 0 | 67 | 267 | 11 | 52 |
| Binary | 1100001 | 1110011 | 1110100 | 10000 | 1 | 0 | 110111 | 10110111 | 1001 | 101010 |
Color Harmonies of #617374
Complementary color
Monochromatic Colors of #617374
Black with #617374
Text Example
Text Example
White with #617374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617374; }
p { color: rgb(97,115,116); }
H1.HeaderClassName
{
color: #617374;
}
.AnyTagClassName
{
color: #617374;
}
</style>
background-color css
<style>
a { background-color: #617374; }
a { background-color: rgb(97,115,116); }
div.DivClassName
{
background-color: #617374;
}
.BgClassName
{
background-color: #617374;
}
</style>
border-color css
<style>
span { border-color: #617374; }
span { border-color: rgb(97,115,116); }
td.TdClassName
{
border-color: #617374;
}
.TagClassName
{
border-color: #617374;
}
</style>