#615F65

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

Shades of Smoky #615F65

Tints of Smoky #615F65

Color information

#615F65 (or 0x615F65) is unknown color: approx Smoky. HEX triplet: 61, 5F and 65. RGB value is (97,95,101). Sum of RGB (Red+Green+Blue) = 97+95+101=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 101 - color contains mainly: blue. Hex color #615F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F65 is #9EA09A. Grayscale: #606060. Windows color (decimal): -10395803 or 6643553. OLE color: 6643553.

HSL color Cylindrical-coordinate representation of color #615F65: hue angle of 260º 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 #615F65 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9795101-
CMYK0.040.0600.60
HSL260º3.06%38.43%-
HSV(B)260º5.94%39.61%-
XYZ11.3711.6713.96-
YUV96.28130.66128.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.11%
GREEN value IS 95 (37.5% from 255) = 32.42%
BLUE value IS 101 (39.84% from 255) = 34.47%
R=33.11%
G=32.42%
B=34.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97951010.040.0600.602603.0638.43
Hex615F654603C104326
Octal14113714546074404346
Binary110000110111111100101100110011110010000010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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