#657675

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

Shades of Nevada #657675

Tints of Nevada #657675

Color information

#657675 (or 0x657675) is unknown color: approx Nevada. HEX triplet: 65, 76 and 75. RGB value is (101,118,117). Sum of RGB (Red+Green+Blue) = 101+118+117=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 118 - color contains mainly: green. Hex color #657675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657675 is #9A898A. Grayscale: #707070. Windows color (decimal): -10127755 or 7698021. OLE color: 7698021.

HSL color Cylindrical-coordinate representation of color #657675: hue angle of 176.47º degrees, saturation: 0.08, 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 #657675 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB101118117-
CMYK0.1400.010.54
HSL176.47º7.76%42.94%-
HSV(B)176.47º14.41%46.27%-
XYZ15.0617.0119.32-
YUV112.8130.37119.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.06%
GREEN value IS 118 (46.48% from 255) = 35.12%
BLUE value IS 117 (46.09% from 255) = 34.82%
R=30.06%
G=35.12%
B=34.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1011181170.1400.010.54176.477.7642.94
Hex657675E0136b082b
Octal1451661651601662601053
Binary110010111101101110101111001110110101100001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657675; }

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

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

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

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

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

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

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

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