#605C6C

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

Shades of Smoky #605C6C

Tints of Smoky #605C6C

Color information

#605C6C (or 0x605C6C) is unknown color: approx Smoky. HEX triplet: 60, 5C and 6C. RGB value is (96,92,108). Sum of RGB (Red+Green+Blue) = 96+92+108=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 108 - color contains mainly: blue. Hex color #605C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C6C is #9FA393. Grayscale: #5E5E5E. Windows color (decimal): -10462100 or 7101536. OLE color: 7101536.

HSL color Cylindrical-coordinate representation of color #605C6C: hue angle of 255º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #605C6C is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9692108-
CMYK0.110.1500.58
HSL255º8%39.22%-
HSV(B)255º14.81%42.35%-
XYZ11.3611.2215.76-
YUV95.02135.33128.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.43%
GREEN value IS 92 (36.33% from 255) = 31.08%
BLUE value IS 108 (42.58% from 255) = 36.49%
R=32.43%
G=31.08%
B=36.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96921080.110.1500.58255839.22
Hex605C6CBF03Aff827
Octal14013415413170723771047
Binary110000010111001101100101111110111010111111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,92,108); }

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

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

 a { background-color: rgb(96,92,108); }

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

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

 span { border-color: rgb(96,92,108); }

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