Shades of Nevada #63716F
Tints of Nevada #63716F
RGB
CMYK
RGB Variations
Color information
#63716F (or 0x63716F) is known color: Nevada. HEX triplet: 63, 71 and 6F. RGB value is (99,113,111). Sum of RGB (Red+Green+Blue) = 99+113+111=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 113 - color contains mainly: green. Hex color #63716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63716F is #9C8E90. Grayscale: #6C6C6C. Windows color (decimal): -10260113 or 7303523. OLE color: 7303523.
HSL color Cylindrical-coordinate representation of color #63716F: hue angle of 171.43º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #63716F is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 113 | 111 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.56 |
| HSL | 171.43º | 0.07% | 0.42% | - |
| HSV(B) | 171.43º | 0.12% | 0.44% | - |
| XYZ | 13.92 | 15.61 | 17.32 | - |
| YUV | 108.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 113 | 111 | 0.12 | 0 | 0.02 | 0.56 | 171.43 | 0.07 | 0.42 |
| Hex | 63 | 71 | 6F | C | 0 | 2 | 38 | AB | 7 | 2A |
| Octal | 143 | 161 | 157 | 14 | 0 | 2 | 70 | 253 | 7 | 52 |
| Binary | 1100011 | 1110001 | 1101111 | 1100 | 0 | 10 | 111000 | 10101011 | 111 | 101010 |
Color Harmonies of #63716F
Complementary color
Monochromatic Colors of #63716F
Black with #63716F
Text Example
Text Example
White with #63716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63716F; }
p { color: rgb(99,113,111); }
H1.HeaderClassName
{
color: #63716F;
}
.AnyTagClassName
{
color: #63716F;
}
</style>
background-color css
<style>
a { background-color: #63716F; }
a { background-color: rgb(99,113,111); }
div.DivClassName
{
background-color: #63716F;
}
.BgClassName
{
background-color: #63716F;
}
</style>
border-color css
<style>
span { border-color: #63716F; }
span { border-color: rgb(99,113,111); }
td.TdClassName
{
border-color: #63716F;
}
.TagClassName
{
border-color: #63716F;
}
</style>