#616067

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

Shades of Smoky #616067

Tints of Smoky #616067

Color information

#616067 (or 0x616067) is unknown color: approx Smoky. HEX triplet: 61, 60 and 67. RGB value is (97,96,103). Sum of RGB (Red+Green+Blue) = 97+96+103=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 103 - color contains mainly: blue. Hex color #616067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616067 is #9E9F98. Grayscale: #616161. Windows color (decimal): -10395545 or 6774881. OLE color: 6774881.

HSL color Cylindrical-coordinate representation of color #616067: hue angle of 248.57º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #616067 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9796103-
CMYK0.060.0700.60
HSL248.57º3.52%39.02%-
HSV(B)248.57º6.8%40.39%-
XYZ11.5611.8914.52-
YUV97.1131.33127.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.77%
GREEN value IS 96 (37.89% from 255) = 32.43%
BLUE value IS 103 (40.62% from 255) = 34.80%
R=32.77%
G=32.43%
B=34.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97961030.060.0700.60248.573.5239.02
Hex6160676703Cf9427
Octal14114014767074371447
Binary110000111000001100111110111011110011111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616067; }

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

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

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

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

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

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

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

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