Shades of Nevada #636F6D
Tints of Nevada #636F6D
RGB
CMYK
RGB Variations
Color information
#636F6D (or 0x636F6D) is known color: Nevada. HEX triplet: 63, 6F and 6D. RGB value is (99,111,109). Sum of RGB (Red+Green+Blue) = 99+111+109=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 111 - color contains mainly: green. Hex color #636F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636F6D is #9C9092. Grayscale: #6B6B6B. Windows color (decimal): -10260627 or 7171939. OLE color: 7171939.
HSL color Cylindrical-coordinate representation of color #636F6D: hue angle of 170º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #636F6D is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 111 | 109 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.56 |
| HSL | 170º | 0.06% | 0.41% | - |
| HSV(B) | 170º | 0.11% | 0.44% | - |
| XYZ | 13.59 | 15.13 | 16.67 | - |
| YUV | 107.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 111 | 109 | 0.11 | 0 | 0.02 | 0.56 | 170 | 0.06 | 0.41 |
| Hex | 63 | 6F | 6D | B | 0 | 2 | 38 | AA | 6 | 29 |
| Octal | 143 | 157 | 155 | 13 | 0 | 2 | 70 | 252 | 6 | 51 |
| Binary | 1100011 | 1101111 | 1101101 | 1011 | 0 | 10 | 111000 | 10101010 | 110 | 101001 |
Color Harmonies of #636F6D
Complementary color
Monochromatic Colors of #636F6D
Black with #636F6D
Text Example
Text Example
White with #636F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636F6D; }
p { color: rgb(99,111,109); }
H1.HeaderClassName
{
color: #636F6D;
}
.AnyTagClassName
{
color: #636F6D;
}
</style>
background-color css
<style>
a { background-color: #636F6D; }
a { background-color: rgb(99,111,109); }
div.DivClassName
{
background-color: #636F6D;
}
.BgClassName
{
background-color: #636F6D;
}
</style>
border-color css
<style>
span { border-color: #636F6D; }
span { border-color: rgb(99,111,109); }
td.TdClassName
{
border-color: #636F6D;
}
.TagClassName
{
border-color: #636F6D;
}
</style>