#626565

Color #626565 Nevada (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nevada #626565

Tints of Nevada #626565

Color information

#626565 (or 0x626565) is unknown color: approx 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

RGB98101101-
CMYK0.03000.60
HSL180º1.51%39.02%-
HSV(B)180º2.97%39.61%-
XYZ12.0412.8414.16-
YUV100.1128.51126.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 32.67%
GREEN value IS 101 (39.84% from 255) = 33.67%
BLUE value IS 101 (39.84% from 255) = 33.67%
R=32.67%
G=33.67%
B=33.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal981011010.03000.601801.5139.02
Hex6265653003Cb4227
Octal14214514530074264247
Binary11000101100101110010111001111001011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>