#657575

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

Shades of Nevada #657575

Tints of Nevada #657575

Color information

#657575 (or 0x657575) is unknown color: approx Nevada. HEX triplet: 65, 75 and 75. RGB value is (101,117,117). Sum of RGB (Red+Green+Blue) = 101+117+117=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #657575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657575 is #9A8A8A. Grayscale: #707070. Windows color (decimal): -10128011 or 7697765. OLE color: 7697765.

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

Color convert

RGB101117117-
CMYK0.14000.54
HSL180º7.34%42.75%-
HSV(B)180º13.68%45.88%-
XYZ14.9416.7719.28-
YUV112.22130.7120-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.15%
GREEN value IS 117 (46.09% from 255) = 34.93%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=30.15%
G=34.93%
B=34.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1011171170.14000.541807.3442.75
Hex657575E0036b472b
Octal145165165160066264753
Binary11001011110101111010111100011011010110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657575; }

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

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

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

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

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

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

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

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