Shades of Nevada #646867
Tints of Nevada #646867
RGB
CMYK
RGB Variations
Color information
#646867 (or 0x646867) is known color: Nevada. HEX triplet: 64, 68 and 67. RGB value is (100,104,103). Sum of RGB (Red+Green+Blue) = 100+104+103=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 104 - color contains mainly: green. Hex color #646867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646867 is #9B9798. Grayscale: #666666. Windows color (decimal): -10196889 or 6776932. OLE color: 6776932.
HSL color Cylindrical-coordinate representation of color #646867: hue angle of 165º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #646867 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 104 | 103 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.59 |
| HSL | 165º | 0.02% | 0.4% | - |
| HSV(B) | 165º | 0.04% | 0.41% | - |
| XYZ | 12.65 | 13.59 | 14.79 | - |
| YUV | 102.69 | 128.17 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 103 | 0.04 | 0 | 0.01 | 0.59 | 165 | 0.02 | 0.4 |
| Hex | 64 | 68 | 67 | 4 | 0 | 1 | 3B | A5 | 2 | 28 |
| Octal | 144 | 150 | 147 | 4 | 0 | 1 | 73 | 245 | 2 | 50 |
| Binary | 1100100 | 1101000 | 1100111 | 100 | 0 | 1 | 111011 | 10100101 | 10 | 101000 |
Color Harmonies of #646867
Complementary color
Monochromatic Colors of #646867
Black with #646867
Text Example
Text Example
White with #646867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646867; }
p { color: rgb(100,104,103); }
H1.HeaderClassName
{
color: #646867;
}
.AnyTagClassName
{
color: #646867;
}
</style>
background-color css
<style>
a { background-color: #646867; }
a { background-color: rgb(100,104,103); }
div.DivClassName
{
background-color: #646867;
}
.BgClassName
{
background-color: #646867;
}
</style>
border-color css
<style>
span { border-color: #646867; }
span { border-color: rgb(100,104,103); }
td.TdClassName
{
border-color: #646867;
}
.TagClassName
{
border-color: #646867;
}
</style>