#616968

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

Shades of Nevada #616968

Tints of Nevada #616968

Color information

#616968 (or 0x616968) is unknown color: approx Nevada. HEX triplet: 61, 69 and 68. RGB value is (97,105,104). Sum of RGB (Red+Green+Blue) = 97+105+104=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 105 - color contains mainly: green. Hex color #616968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616968 is #9E9697. Grayscale: #666666. Windows color (decimal): -10393240 or 6842721. OLE color: 6842721.

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

Color convert

RGB97105104-
CMYK0.0800.010.59
HSL172.5º3.96%39.61%-
HSV(B)172.5º7.62%41.18%-
XYZ12.4813.6415.07-
YUV102.49128.85124.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.70%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 104 (41.02% from 255) = 33.99%
R=31.70%
G=34.31%
B=33.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal971051040.0800.010.59172.53.9639.61
Hex6169688013Bac428
Octal141151150100173254450
Binary11000011101001110100010000111101110101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616968; }

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

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

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

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

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

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

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

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