#627271

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

Shades of Nevada #627271

Tints of Nevada #627271

Color information

#627271 (or 0x627271) is unknown color: approx Nevada. HEX triplet: 62, 72 and 71. RGB value is (98,114,113). Sum of RGB (Red+Green+Blue) = 98+114+113=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 114 - color contains mainly: green. Hex color #627271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627271 is #9D8D8E. Grayscale: #6D6D6D. Windows color (decimal): -10325391 or 7434850. OLE color: 7434850.

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

Color convert

RGB98114113-
CMYK0.1400.010.55
HSL176.25º7.55%41.57%-
HSV(B)176.25º14.04%44.71%-
XYZ14.0315.8217.94-
YUV109.1130.2120.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.15%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 113 (44.53% from 255) = 34.77%
R=30.15%
G=35.08%
B=34.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal981141130.1400.010.55176.257.5541.57
Hex627271E0137b082a
Octal1421621611601672601052
Binary110001011100101110001111001110111101100001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627271; }

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

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

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

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

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

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

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

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