#646F70

Color #646F70 Nevada (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nevada #646F70

Tints of Nevada #646F70

Color information

#646F70 (or 0x646F70) is unknown color: approx Nevada. HEX triplet: 64, 6F and 70. RGB value is (100,111,112). Sum of RGB (Red+Green+Blue) = 100+111+112=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 112 - color contains mainly: blue. Hex color #646F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646F70 is #9B908F. Grayscale: #6B6B6B. Windows color (decimal): -10195088 or 7368548. OLE color: 7368548.

HSL color Cylindrical-coordinate representation of color #646F70: hue angle of 185º 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 #646F70 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB100111112-
CMYK0.110.0100.56
HSL185º5.66%41.57%-
HSV(B)185º10.71%43.92%-
XYZ13.8615.2517.54-
YUV107.82130.36122.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.96%
GREEN value IS 111 (43.75% from 255) = 34.37%
BLUE value IS 112 (44.14% from 255) = 34.67%
R=30.96%
G=34.37%
B=34.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1001111120.110.0100.561855.6641.57
Hex646F70B1038b962a
Octal144157160131070271652
Binary11001001101111111000010111011100010111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #646F70;
 }
 .AnyTagClassName
 {
   color: #646F70;
 }
</style>
background-color css

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

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

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

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

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

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