#626D6D

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

Shades of Nevada #626D6D

Tints of Nevada #626D6D

Color information

#626D6D (or 0x626D6D) is unknown color: approx Nevada. HEX triplet: 62, 6D and 6D. RGB value is (98,109,109). Sum of RGB (Red+Green+Blue) = 98+109+109=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 109 - color contains mainly: green, blue. Hex color #626D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626D6D is #9D9292. Grayscale: #696969. Windows color (decimal): -10326675 or 7171426. OLE color: 7171426.

HSL color Cylindrical-coordinate representation of color #626D6D: hue angle of 180º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #626D6D is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB98109109-
CMYK0.10000.57
HSL180º5.31%40.59%-
HSV(B)180º10.09%42.75%-
XYZ13.2714.6416.59-
YUV105.71129.86122.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.01%
GREEN value IS 109 (42.97% from 255) = 34.49%
BLUE value IS 109 (42.97% from 255) = 34.49%
R=31.01%
G=34.49%
B=34.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal981091090.10000.571805.3140.59
Hex626D6DA0039b4529
Octal142155155120071264551
Binary11000101101101110110110100011100110110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626D6D; }

 p { color: rgb(98,109,109); }

 H1.HeaderClassName
 {
   color: #626D6D;
 }
 .AnyTagClassName
 {
   color: #626D6D;
 }
</style>
background-color css

<style>
 a { background-color: #626D6D; }

 a { background-color: rgb(98,109,109); }

 div.DivClassName
 {
   background-color: #626D6D;
 }
 .BgClassName
 {
   background-color: #626D6D;
 }
</style>
border-color css

<style>
 span { border-color: #626D6D; }

 span { border-color: rgb(98,109,109); }

 td.TdClassName
 {
   border-color: #626D6D;
 }
 .TagClassName
 {
   border-color: #626D6D;
 }
</style>