#656868

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

Shades of Nevada #656868

Tints of Nevada #656868

Color information

#656868 (or 0x656868) is unknown color: approx Nevada. HEX triplet: 65, 68 and 68. RGB value is (101,104,104). Sum of RGB (Red+Green+Blue) = 101+104+104=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #656868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656868 is #9A9797. Grayscale: #676767. Windows color (decimal): -10131352 or 6842469. OLE color: 6842469.

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

Color convert

RGB101104104-
CMYK0.03000.59
HSL180º1.46%40.2%-
HSV(B)180º2.88%40.78%-
XYZ12.8213.6715.06-
YUV103.1128.51126.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.69%
GREEN value IS 104 (41.02% from 255) = 33.66%
BLUE value IS 104 (41.02% from 255) = 33.66%
R=32.69%
G=33.66%
B=33.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1011041040.03000.591801.4640.2
Hex6568683003Bb4128
Octal14515015030073264150
Binary1100101110100011010001100111011101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656868; }

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

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

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

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

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

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

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

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