Html Css Color HEX #647374 Nevada

📋 copy color: '#647374'

red 100 ◦ green 115 ◦ blue 116

#647374
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nevada #647374

Tints of Nevada #647374

RGB

 RED value IS 100 (39.45% from 255) = 30.21%

 GREEN value IS 115 (45.31% from 255) = 34.74%

 BLUE value IS 116 (45.7% from 255) = 35.05%

R = 30.21%
G = 34.74%
B = 35.05%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#647374 (or 0x647374) is known color: Nevada. HEX triplet: 64, 73 and 74. RGB value is (100,115,116). Sum of RGB (Red+Green+Blue) = 100+115+116=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 116 - color contains mainly: blue. Hex color #647374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647374 is #9B8C8B. Grayscale: #6E6E6E. Windows color (decimal): -10194060 or 7631716. OLE color: 7631716.

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

Color convert

RGB 100 115 116 -
CMYK 0.14 0.01 0 0.55
HSL 183.75º 0.07% 0.42% -
HSV(B) 183.75º 0.14% 0.45% -
XYZ 14.54 16.23 18.89 -
YUV 110.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 100 115 116 0.14 0.01 0 0.55 183.75 0.07 0.42
Hex 64 73 74 E 1 0 37 B8 7 2A
Octal 144 163 164 16 1 0 67 270 7 52
Binary 1100100 1110011 1110100 1110 1 0 110111 10111000 111 101010

Color Harmonies of #647374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647374

Black with #647374

Text Example


Text Example

White with #647374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647374; }

 p { color: rgb(100,115,116); }

 H1.HeaderClassName
 {
   color: #647374;
 }
 .AnyTagClassName
 {
   color: #647374;
 }
</style>

background-color css

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

 a { background-color: rgb(100,115,116); }

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

border-color css

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

 span { border-color: rgb(100,115,116); }

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