#656F6E

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

Shades of Nevada #656F6E

Tints of Nevada #656F6E

Color information

#656F6E (or 0x656F6E) is unknown color: approx Nevada. HEX triplet: 65, 6F and 6E. RGB value is (101,111,110). Sum of RGB (Red+Green+Blue) = 101+111+110=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 111 - color contains mainly: green. Hex color #656F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656F6E is #9A9091. Grayscale: #6B6B6B. Windows color (decimal): -10129554 or 7237477. OLE color: 7237477.

HSL color Cylindrical-coordinate representation of color #656F6E: hue angle of 174º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #656F6E is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB101111110-
CMYK0.0900.010.56
HSL174º4.72%41.57%-
HSV(B)174º9.01%43.53%-
XYZ13.8715.2616.97-
YUV107.9129.19123.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.37%
GREEN value IS 111 (43.75% from 255) = 34.47%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=31.37%
G=34.47%
B=34.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1011111100.0900.010.561744.7241.57
Hex656F6E90138ae52a
Octal145157156110170256552
Binary11001011101111110111010010111100010101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,111,110); }

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

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

 a { background-color: rgb(101,111,110); }

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

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

 span { border-color: rgb(101,111,110); }

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