#655F70

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

Shades of Smoky #655F70

Tints of Smoky #655F70

Color information

#655F70 (or 0x655F70) is unknown color: approx Smoky. HEX triplet: 65, 5F and 70. RGB value is (101,95,112). Sum of RGB (Red+Green+Blue) = 101+95+112=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 112 - color contains mainly: blue. Hex color #655F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F70 is #9AA08F. Grayscale: #626262. Windows color (decimal): -10133648 or 7364453. OLE color: 7364453.

HSL color Cylindrical-coordinate representation of color #655F70: hue angle of 261.18º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #655F70 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10195112-
CMYK0.100.1500.56
HSL261.18º8.21%40.59%-
HSV(B)261.18º15.18%43.92%-
XYZ12.3812.1217.02-
YUV98.73135.49129.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.79%
GREEN value IS 95 (37.5% from 255) = 30.84%
BLUE value IS 112 (44.14% from 255) = 36.36%
R=32.79%
G=30.84%
B=36.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101951120.100.1500.56261.188.2140.59
Hex655F70AF038105829
Octal14513716012170704051051
Binary1100101101111111100001010111101110001000001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655F70; }

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

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

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

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

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

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

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

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