Html Css Color HEX #646D6C Nevada

📋 copy color: '#646D6C'

red 100 ◦ green 109 ◦ blue 108

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

Shades of Nevada #646D6C

Tints of Nevada #646D6C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.38%

 BLUE value IS 108 (42.58% from 255) = 34.07%

R = 31.55%
G = 34.38%
B = 34.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#646D6C (or 0x646D6C) is known color: Nevada. HEX triplet: 64, 6D and 6C. RGB value is (100,109,108). Sum of RGB (Red+Green+Blue) = 100+109+108=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 109 - color contains mainly: green. Hex color #646D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646D6C is #9B9293. Grayscale: #6A6A6A. Windows color (decimal): -10195604 or 7105892. OLE color: 7105892.

HSL color Cylindrical-coordinate representation of color #646D6C: hue angle of 173.33º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #646D6C is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB 100 109 108 -
CMYK 0.08 0 0.01 0.57
HSL 173.33º 0.04% 0.41% -
HSV(B) 173.33º 0.08% 0.43% -
XYZ 13.43 14.73 16.32 -
YUV 106.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 100 109 108 0.08 0 0.01 0.57 173.33 0.04 0.41
Hex 64 6D 6C 8 0 1 39 AD 4 29
Octal 144 155 154 10 0 1 71 255 4 51
Binary 1100100 1101101 1101100 1000 0 1 111001 10101101 100 101001

Color Harmonies of #646D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646D6C

Black with #646D6C

Text Example


Text Example

White with #646D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646D6C; }

 p { color: rgb(100,109,108); }

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

background-color css

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

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

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

border-color css

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

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

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