Shades of Nevada #626565
Tints of Nevada #626565
RGB
CMYK
RGB Variations
Color information
#626565 (or 0x626565) is known color: Nevada. HEX triplet: 62, 65 and 65. RGB value is (98,101,101). Sum of RGB (Red+Green+Blue) = 98+101+101=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #626565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626565 is #9D9A9A. Grayscale: #646464. Windows color (decimal): -10328731 or 6645090. OLE color: 6645090.
HSL color Cylindrical-coordinate representation of color #626565: hue angle of 180º degrees, saturation: 0.02, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #626565 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
RGB | 98 | 101 | 101 | - |
CMYK | 0.03 | 0 | 0 | 0.60 |
HSL | 180º | 0.02% | 0.39% | - |
HSV(B) | 180º | 0.03% | 0.4% | - |
XYZ | 12.04 | 12.84 | 14.16 | - |
YUV | 100.1 | 128.51 | 126.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 98 | 101 | 101 | 0.03 | 0 | 0 | 0.60 | 180 | 0.02 | 0.39 |
Hex | 62 | 65 | 65 | 3 | 0 | 0 | 3C | B4 | 2 | 27 |
Octal | 142 | 145 | 145 | 3 | 0 | 0 | 74 | 264 | 2 | 47 |
Binary | 1100010 | 1100101 | 1100101 | 11 | 0 | 0 | 111100 | 10110100 | 10 | 100111 |
Color Harmonies of #626565
Complementary color
Monochromatic Colors of #626565
Black with #626565
Text Example
Text Example
White with #626565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626565; }
p { color: rgb(98,101,101); }
H1.HeaderClassName
{
color: #626565;
}
.AnyTagClassName
{
color: #626565;
}
</style>
background-color css
<style>
a { background-color: #626565; }
a { background-color: rgb(98,101,101); }
div.DivClassName
{
background-color: #626565;
}
.BgClassName
{
background-color: #626565;
}
</style>
border-color css
<style>
span { border-color: #626565; }
span { border-color: rgb(98,101,101); }
td.TdClassName
{
border-color: #626565;
}
.TagClassName
{
border-color: #626565;
}
</style>