#647172

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

Shades of Nevada #647172

Tints of Nevada #647172

Color information

#647172 (or 0x647172) is unknown color: approx Nevada. HEX triplet: 64, 71 and 72. RGB value is (100,113,114). Sum of RGB (Red+Green+Blue) = 100+113+114=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 114 - color contains mainly: blue. Hex color #647172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647172 is #9B8E8D. Grayscale: #6D6D6D. Windows color (decimal): -10194574 or 7500132. OLE color: 7500132.

HSL color Cylindrical-coordinate representation of color #647172: hue angle of 184.29º 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 #647172 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB100113114-
CMYK0.120.0100.55
HSL184.29º6.54%41.96%-
HSV(B)184.29º12.28%44.71%-
XYZ14.215.7318.21-
YUV109.23130.69121.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.58%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=30.58%
G=34.56%
B=34.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001131140.120.0100.55184.296.5441.96
Hex647172C1037b872a
Octal144161162141067270752
Binary11001001110001111001011001011011110111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647172; }

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

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

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

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

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

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

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

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