Shades of Nevada #636F6F
Tints of Nevada #636F6F
RGB
CMYK
RGB Variations
Color information
#636F6F (or 0x636F6F) is known color: Nevada. HEX triplet: 63, 6F and 6F. RGB value is (99,111,111). Sum of RGB (Red+Green+Blue) = 99+111+111=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 111 - color contains mainly: green, blue. Hex color #636F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636F6F is #9C9090. Grayscale: #6B6B6B. Windows color (decimal): -10260625 or 7303011. OLE color: 7303011.
HSL color Cylindrical-coordinate representation of color #636F6F: hue angle of 180º 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 #636F6F is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 111 | 111 | - |
| CMYK | 0.11 | 0 | 0 | 0.56 |
| HSL | 180º | 0.06% | 0.41% | - |
| HSV(B) | 180º | 0.11% | 0.44% | - |
| XYZ | 13.7 | 15.17 | 17.24 | - |
| YUV | 107.41 | 130.02 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 111 | 111 | 0.11 | 0 | 0 | 0.56 | 180 | 0.06 | 0.41 |
| Hex | 63 | 6F | 6F | B | 0 | 0 | 38 | B4 | 6 | 29 |
| Octal | 143 | 157 | 157 | 13 | 0 | 0 | 70 | 264 | 6 | 51 |
| Binary | 1100011 | 1101111 | 1101111 | 1011 | 0 | 0 | 111000 | 10110100 | 110 | 101001 |
Color Harmonies of #636F6F
Complementary color
Monochromatic Colors of #636F6F
Black with #636F6F
Text Example
Text Example
White with #636F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636F6F; }
p { color: rgb(99,111,111); }
H1.HeaderClassName
{
color: #636F6F;
}
.AnyTagClassName
{
color: #636F6F;
}
</style>
background-color css
<style>
a { background-color: #636F6F; }
a { background-color: rgb(99,111,111); }
div.DivClassName
{
background-color: #636F6F;
}
.BgClassName
{
background-color: #636F6F;
}
</style>
border-color css
<style>
span { border-color: #636F6F; }
span { border-color: rgb(99,111,111); }
td.TdClassName
{
border-color: #636F6F;
}
.TagClassName
{
border-color: #636F6F;
}
</style>