#687171

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

Shades of Nevada #687171

Tints of Nevada #687171

Color information

#687171 (or 0x687171) is unknown color: approx Nevada. HEX triplet: 68, 71 and 71. RGB value is (104,113,113). Sum of RGB (Red+Green+Blue) = 104+113+113=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #687171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687171 is #978E8E. Grayscale: #6E6E6E. Windows color (decimal): -9932431 or 7434600. OLE color: 7434600.

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

Color convert

RGB104113113-
CMYK0.08000.56
HSL180º4.15%42.55%-
HSV(B)180º7.96%44.31%-
XYZ14.5915.9517.93-
YUV110.31129.52123.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.52%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 113 (44.53% from 255) = 34.24%
R=31.52%
G=34.24%
B=34.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041131130.08000.561804.1542.55
Hex68717180038b442b
Octal150161161100070264453
Binary11010001110001111000110000011100010110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687171; }

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

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

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

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

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

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

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

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