#605F65

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

Shades of Smoky #605F65

Tints of Smoky #605F65

Color information

#605F65 (or 0x605F65) is unknown color: approx Smoky. HEX triplet: 60, 5F and 65. RGB value is (96,95,101). Sum of RGB (Red+Green+Blue) = 96+95+101=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 101 - color contains mainly: blue. Hex color #605F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F65 is #9FA09A. Grayscale: #5F5F5F. Windows color (decimal): -10461339 or 6643552. OLE color: 6643552.

HSL color Cylindrical-coordinate representation of color #605F65: hue angle of 250º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #605F65 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9695101-
CMYK0.050.0600.60
HSL250º3.06%38.43%-
HSV(B)250º5.94%39.61%-
XYZ11.2711.6113.96-
YUV95.98130.83128.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.88%
GREEN value IS 95 (37.5% from 255) = 32.53%
BLUE value IS 101 (39.84% from 255) = 34.59%
R=32.88%
G=32.53%
B=34.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96951010.050.0600.602503.0638.43
Hex605F655603Cfa326
Octal14013714556074372346
Binary11000001011111110010110111001111001111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605F65; }

 p { color: rgb(96,95,101); }

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

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

 a { background-color: rgb(96,95,101); }

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

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

 span { border-color: rgb(96,95,101); }

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