Html Css Color HEX #647675 Nevada

📋 copy color: '#647675'

red 100 ◦ green 118 ◦ blue 117

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

Shades of Nevada #647675

Tints of Nevada #647675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.22%

 BLUE value IS 117 (46.09% from 255) = 34.93%

R = 29.85%
G = 35.22%
B = 34.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#647675 (or 0x647675) is known color: Nevada. HEX triplet: 64, 76 and 75. RGB value is (100,118,117). Sum of RGB (Red+Green+Blue) = 100+118+117=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 118 - color contains mainly: green. Hex color #647675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647675 is #9B898A. Grayscale: #707070. Windows color (decimal): -10193291 or 7698020. OLE color: 7698020.

HSL color Cylindrical-coordinate representation of color #647675: hue angle of 176.67º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #647675 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 118 117 -
CMYK 0.15 0 0.01 0.54
HSL 176.67º 0.08% 0.43% -
HSV(B) 176.67º 0.15% 0.46% -
XYZ 14.94 16.95 19.31 -
YUV 112.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 100 118 117 0.15 0 0.01 0.54 176.67 0.08 0.43
Hex 64 76 75 F 0 1 36 B1 8 2B
Octal 144 166 165 17 0 1 66 261 10 53
Binary 1100100 1110110 1110101 1111 0 1 110110 10110001 1000 101011

Color Harmonies of #647675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647675

Black with #647675

Text Example


Text Example

White with #647675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647675; }

 p { color: rgb(100,118,117); }

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

background-color css

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

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

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

border-color css

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

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

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