#646968

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

Shades of Nevada #646968

Tints of Nevada #646968

Color information

#646968 (or 0x646968) is unknown color: approx Nevada. HEX triplet: 64, 69 and 68. RGB value is (100,105,104). Sum of RGB (Red+Green+Blue) = 100+105+104=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 105 - color contains mainly: green. Hex color #646968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646968 is #9B9697. Grayscale: #676767. Windows color (decimal): -10196632 or 6842724. OLE color: 6842724.

HSL color Cylindrical-coordinate representation of color #646968: hue angle of 168º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #646968 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB100105104-
CMYK0.0500.010.59
HSL168º2.44%40.2%-
HSV(B)168º4.76%41.18%-
XYZ12.8113.8115.09-
YUV103.39128.34125.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 105 (41.41% from 255) = 33.98%
BLUE value IS 104 (41.02% from 255) = 33.66%
R=32.36%
G=33.98%
B=33.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1001051040.0500.010.591682.4440.2
Hex6469685013Ba8228
Octal14415115050173250250
Binary110010011010011101000101011110111010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646968; }

 p { color: rgb(100,105,104); }

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

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

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

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

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

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

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