Shades of Nevada #646F70
Tints of Nevada #646F70
RGB
CMYK
RGB Variations
Color information
#646F70 (or 0x646F70) is known color: Nevada. HEX triplet: 64, 6F and 70. RGB value is (100,111,112). Sum of RGB (Red+Green+Blue) = 100+111+112=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 112 - color contains mainly: blue. Hex color #646F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646F70 is #9B908F. Grayscale: #6B6B6B. Windows color (decimal): -10195088 or 7368548. OLE color: 7368548.
HSL color Cylindrical-coordinate representation of color #646F70: hue angle of 185º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #646F70 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 111 | 112 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.56 |
| HSL | 185º | 0.06% | 0.42% | - |
| HSV(B) | 185º | 0.11% | 0.44% | - |
| XYZ | 13.86 | 15.25 | 17.54 | - |
| YUV | 107.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 111 | 112 | 0.11 | 0.01 | 0 | 0.56 | 185 | 0.06 | 0.42 |
| Hex | 64 | 6F | 70 | B | 1 | 0 | 38 | B9 | 6 | 2A |
| Octal | 144 | 157 | 160 | 13 | 1 | 0 | 70 | 271 | 6 | 52 |
| Binary | 1100100 | 1101111 | 1110000 | 1011 | 1 | 0 | 111000 | 10111001 | 110 | 101010 |
Color Harmonies of #646F70
Complementary color
Monochromatic Colors of #646F70
Black with #646F70
Text Example
Text Example
White with #646F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646F70; }
p { color: rgb(100,111,112); }
H1.HeaderClassName
{
color: #646F70;
}
.AnyTagClassName
{
color: #646F70;
}
</style>
background-color css
<style>
a { background-color: #646F70; }
a { background-color: rgb(100,111,112); }
div.DivClassName
{
background-color: #646F70;
}
.BgClassName
{
background-color: #646F70;
}
</style>
border-color css
<style>
span { border-color: #646F70; }
span { border-color: rgb(100,111,112); }
td.TdClassName
{
border-color: #646F70;
}
.TagClassName
{
border-color: #646F70;
}
</style>