Html Css Color HEX #646C6B Nevada

📋 copy color: '#646C6B'

red 100 ◦ green 108 ◦ blue 107

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

Shades of Nevada #646C6B

Tints of Nevada #646C6B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.29%

 BLUE value IS 107 (42.19% from 255) = 33.97%

R = 31.75%
G = 34.29%
B = 33.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#646C6B (or 0x646C6B) is known color: Nevada. HEX triplet: 64, 6C and 6B. RGB value is (100,108,107). Sum of RGB (Red+Green+Blue) = 100+108+107=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 108 - color contains mainly: green. Hex color #646C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646C6B is #9B9394. Grayscale: #696969. Windows color (decimal): -10195861 or 7040100. OLE color: 7040100.

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

Color convert

RGB 100 108 107 -
CMYK 0.07 0 0.01 0.58
HSL 172.5º 0.04% 0.41% -
HSV(B) 172.5º 0.07% 0.42% -
XYZ 13.27 14.5 16.01 -
YUV 105.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 100 108 107 0.07 0 0.01 0.58 172.5 0.04 0.41
Hex 64 6C 6B 7 0 1 3A AC 4 29
Octal 144 154 153 7 0 1 72 254 4 51
Binary 1100100 1101100 1101011 111 0 1 111010 10101100 100 101001

Color Harmonies of #646C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646C6B

Black with #646C6B

Text Example


Text Example

White with #646C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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