Shades of Nevada #636C6D
Tints of Nevada #636C6D
RGB
CMYK
RGB Variations
Color information
#636C6D (or 0x636C6D) is known color: Nevada. HEX triplet: 63, 6C and 6D. RGB value is (99,108,109). Sum of RGB (Red+Green+Blue) = 99+108+109=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 109 - color contains mainly: blue. Hex color #636C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636C6D is #9C9392. Grayscale: #696969. Windows color (decimal): -10261395 or 7171171. OLE color: 7171171.
HSL color Cylindrical-coordinate representation of color #636C6D: hue angle of 186º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #636C6D is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 108 | 109 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.57 |
| HSL | 186º | 0.05% | 0.41% | - |
| HSV(B) | 186º | 0.09% | 0.43% | - |
| XYZ | 13.27 | 14.48 | 16.56 | - |
| YUV | 105.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 108 | 109 | 0.09 | 0.01 | 0 | 0.57 | 186 | 0.05 | 0.41 |
| Hex | 63 | 6C | 6D | 9 | 1 | 0 | 39 | BA | 5 | 29 |
| Octal | 143 | 154 | 155 | 11 | 1 | 0 | 71 | 272 | 5 | 51 |
| Binary | 1100011 | 1101100 | 1101101 | 1001 | 1 | 0 | 111001 | 10111010 | 101 | 101001 |
Color Harmonies of #636C6D
Complementary color
Monochromatic Colors of #636C6D
Black with #636C6D
Text Example
Text Example
White with #636C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636C6D; }
p { color: rgb(99,108,109); }
H1.HeaderClassName
{
color: #636C6D;
}
.AnyTagClassName
{
color: #636C6D;
}
</style>
background-color css
<style>
a { background-color: #636C6D; }
a { background-color: rgb(99,108,109); }
div.DivClassName
{
background-color: #636C6D;
}
.BgClassName
{
background-color: #636C6D;
}
</style>
border-color css
<style>
span { border-color: #636C6D; }
span { border-color: rgb(99,108,109); }
td.TdClassName
{
border-color: #636C6D;
}
.TagClassName
{
border-color: #636C6D;
}
</style>