Html Css Color HEX #647071 Nevada

📋 copy color: '#647071'

red 100 ◦ green 112 ◦ blue 113

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

Shades of Nevada #647071

Tints of Nevada #647071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.46%

 BLUE value IS 113 (44.53% from 255) = 34.77%

R = 30.77%
G = 34.46%
B = 34.77%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#647071 (or 0x647071) is known color: Nevada. HEX triplet: 64, 70 and 71. RGB value is (100,112,113). Sum of RGB (Red+Green+Blue) = 100+112+113=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 113 - color contains mainly: blue. Hex color #647071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647071 is #9B8F8E. Grayscale: #6C6C6C. Windows color (decimal): -10194831 or 7434340. OLE color: 7434340.

HSL color Cylindrical-coordinate representation of color #647071: hue angle of 184.62º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #647071 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 112 113 -
CMYK 0.12 0.01 0 0.56
HSL 184.62º 0.06% 0.42% -
HSV(B) 184.62º 0.12% 0.44% -
XYZ 14.03 15.49 17.87 -
YUV 108.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 100 112 113 0.12 0.01 0 0.56 184.62 0.06 0.42
Hex 64 70 71 C 1 0 38 B9 6 2A
Octal 144 160 161 14 1 0 70 271 6 52
Binary 1100100 1110000 1110001 1100 1 0 111000 10111001 110 101010

Color Harmonies of #647071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647071

Black with #647071

Text Example


Text Example

White with #647071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647071; }

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

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

background-color css

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

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

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

border-color css

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

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

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