#646D6D

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

Shades of Nevada #646D6D

Tints of Nevada #646D6D

Color information

#646D6D (or 0x646D6D) is unknown color: approx Nevada. HEX triplet: 64, 6D and 6D. RGB value is (100,109,109). Sum of RGB (Red+Green+Blue) = 100+109+109=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 109 - color contains mainly: green, blue. Hex color #646D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646D6D is #9B9292. Grayscale: #6A6A6A. Windows color (decimal): -10195603 or 7171428. OLE color: 7171428.

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

Color convert

RGB100109109-
CMYK0.08000.57
HSL180º4.31%40.98%-
HSV(B)180º8.26%42.75%-
XYZ13.4814.7516.6-
YUV106.31129.52123.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.45%
GREEN value IS 109 (42.97% from 255) = 34.28%
BLUE value IS 109 (42.97% from 255) = 34.28%
R=31.45%
G=34.28%
B=34.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1001091090.08000.571804.3140.98
Hex646D6D80039b4429
Octal144155155100071264451
Binary11001001101101110110110000011100110110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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