#647270

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

Shades of Nevada #647270

Tints of Nevada #647270

Color information

#647270 (or 0x647270) is unknown color: approx Nevada. HEX triplet: 64, 72 and 70. RGB value is (100,114,112). Sum of RGB (Red+Green+Blue) = 100+114+112=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 114 - color contains mainly: green. Hex color #647270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647270 is #9B8D8F. Grayscale: #6D6D6D. Windows color (decimal): -10194320 or 7369316. OLE color: 7369316.

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

Color convert

RGB100114112-
CMYK0.1200.020.55
HSL171.43º6.54%41.96%-
HSV(B)171.43º12.28%44.71%-
XYZ14.215.9117.65-
YUV109.59129.36121.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.67%
GREEN value IS 114 (44.92% from 255) = 34.97%
BLUE value IS 112 (44.14% from 255) = 34.36%
R=30.67%
G=34.97%
B=34.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001141120.1200.020.55171.436.5441.96
Hex647270C0237ab72a
Octal144162160140267253752
Binary110010011100101110000110001011011110101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647270; }

 p { color: rgb(100,114,112); }

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

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

 a { background-color: rgb(100,114,112); }

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

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

 span { border-color: rgb(100,114,112); }

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