#656666

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

Shades of Nevada #656666

Tints of Nevada #656666

Color information

#656666 (or 0x656666) is unknown color: approx Nevada. HEX triplet: 65, 66 and 66. RGB value is (101,102,102). Sum of RGB (Red+Green+Blue) = 101+102+102=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #656666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656666 is #9A9999. Grayscale: #656565. Windows color (decimal): -10131866 or 6710885. OLE color: 6710885.

HSL color Cylindrical-coordinate representation of color #656666: hue angle of 180º degrees, saturation: 0, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #656666 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB101102102-
CMYK0.01000.6
HSL180º0.49%39.8%-
HSV(B)180º0.98%40%-
XYZ12.5213.2314.46-
YUV101.7128.17127.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.11%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=33.11%
G=33.44%
B=33.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1011021020.01000.61800.4939.8
Hex6566661003Cb4028
Octal14514614610074264050
Binary110010111001101100110100111100101101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656666; }

 p { color: rgb(101,102,102); }

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

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

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

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

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

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

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