#607271

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

Shades of Nevada #607271

Tints of Nevada #607271

Color information

#607271 (or 0x607271) is unknown color: approx Nevada. HEX triplet: 60, 72 and 71. RGB value is (96,114,113). Sum of RGB (Red+Green+Blue) = 96+114+113=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 114 - color contains mainly: green. Hex color #607271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607271 is #9F8D8E. Grayscale: #6C6C6C. Windows color (decimal): -10456463 or 7434848. OLE color: 7434848.

HSL color Cylindrical-coordinate representation of color #607271: hue angle of 176.67º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #607271 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB96114113-
CMYK0.1600.010.55
HSL176.67º8.57%41.18%-
HSV(B)176.67º15.79%44.71%-
XYZ13.8215.7117.93-
YUV108.5130.54119.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.72%
GREEN value IS 114 (44.92% from 255) = 35.29%
BLUE value IS 113 (44.53% from 255) = 34.98%
R=29.72%
G=35.29%
B=34.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal961141130.1600.010.55176.678.5741.18
Hex607271100137b1929
Octal1401621612001672611151
Binary1100000111001011100011000001110111101100011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607271; }

 p { color: rgb(96,114,113); }

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

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

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

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

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

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

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