Html Css Color HEX #647070 Nevada

📋 copy color: '#647070'

red 100 ◦ green 112 ◦ blue 112

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

Shades of Nevada #647070

Tints of Nevada #647070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.57%

R = 30.86%
G = 34.57%
B = 34.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#647070 (or 0x647070) is known color: Nevada. HEX triplet: 64, 70 and 70. RGB value is (100,112,112). Sum of RGB (Red+Green+Blue) = 100+112+112=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #647070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647070 is #9B8F8F. Grayscale: #6C6C6C. Windows color (decimal): -10194832 or 7368804. OLE color: 7368804.

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

Color convert

RGB 100 112 112 -
CMYK 0.11 0 0 0.56
HSL 180º 0.06% 0.42% -
HSV(B) 180º 0.11% 0.44% -
XYZ 13.97 15.47 17.58 -
YUV 108.41 130.02 122 -
System Red Green Blue C M Y K H S L
Decimal 100 112 112 0.11 0 0 0.56 180 0.06 0.42
Hex 64 70 70 B 0 0 38 B4 6 2A
Octal 144 160 160 13 0 0 70 264 6 52
Binary 1100100 1110000 1110000 1011 0 0 111000 10110100 110 101010

Color Harmonies of #647070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647070

Black with #647070

Text Example


Text Example

White with #647070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647070; }

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

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

background-color css

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

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

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

border-color css

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

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

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