#626D6C

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

Shades of Nevada #626D6C

Tints of Nevada #626D6C

Color information

#626D6C (or 0x626D6C) is unknown color: approx Nevada. HEX triplet: 62, 6D and 6C. RGB value is (98,109,108). Sum of RGB (Red+Green+Blue) = 98+109+108=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 109 - color contains mainly: green. Hex color #626D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626D6C is #9D9293. Grayscale: #696969. Windows color (decimal): -10326676 or 7105890. OLE color: 7105890.

HSL color Cylindrical-coordinate representation of color #626D6C: hue angle of 174.55º 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 #626D6C is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB98109108-
CMYK0.1000.010.57
HSL174.55º5.31%40.59%-
HSV(B)174.55º10.09%42.75%-
XYZ13.2114.6216.31-
YUV105.6129.36122.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.11%
GREEN value IS 109 (42.97% from 255) = 34.60%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=31.11%
G=34.60%
B=34.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal981091080.1000.010.57174.555.3140.59
Hex626D6CA0139af529
Octal142155154120171257551
Binary11000101101101110110010100111100110101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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