#656D6C

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

Shades of Nevada #656D6C

Tints of Nevada #656D6C

Color information

#656D6C (or 0x656D6C) is unknown color: approx Nevada. HEX triplet: 65, 6D and 6C. RGB value is (101,109,108). Sum of RGB (Red+Green+Blue) = 101+109+108=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 109 - color contains mainly: green. Hex color #656D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D6C is #9A9293. Grayscale: #6A6A6A. Windows color (decimal): -10130068 or 7105893. OLE color: 7105893.

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

Color convert

RGB101109108-
CMYK0.0700.010.57
HSL172.5º3.81%41.18%-
HSV(B)172.5º7.34%42.75%-
XYZ13.5414.7916.33-
YUV106.49128.85124.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.76%
GREEN value IS 109 (42.97% from 255) = 34.28%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=31.76%
G=34.28%
B=33.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1011091080.0700.010.57172.53.8141.18
Hex656D6C70139ac429
Octal14515515470171254451
Binary1100101110110111011001110111100110101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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