#616867

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

Shades of Nevada #616867

Tints of Nevada #616867

Color information

#616867 (or 0x616867) is unknown color: approx Nevada. HEX triplet: 61, 68 and 67. RGB value is (97,104,103). Sum of RGB (Red+Green+Blue) = 97+104+103=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 104 - color contains mainly: green. Hex color #616867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616867 is #9E9798. Grayscale: #656565. Windows color (decimal): -10393497 or 6776929. OLE color: 6776929.

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

Color convert

RGB97104103-
CMYK0.0700.010.59
HSL171.43º3.48%39.41%-
HSV(B)171.43º6.73%40.78%-
XYZ12.3313.4214.77-
YUV101.79128.68124.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 104 (41.02% from 255) = 34.21%
BLUE value IS 103 (40.62% from 255) = 33.88%
R=31.91%
G=34.21%
B=33.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal971041030.0700.010.59171.433.4839.41
Hex6168677013Bab327
Octal14115014770173253347
Binary110000111010001100111111011110111010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616867; }

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

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

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

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

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

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

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

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