#656072

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

Shades of Smoky #656072

Tints of Smoky #656072

Color information

#656072 (or 0x656072) is unknown color: approx Smoky. HEX triplet: 65, 60 and 72. RGB value is (101,96,114). Sum of RGB (Red+Green+Blue) = 101+96+114=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 114 - color contains mainly: blue. Hex color #656072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656072 is #9A9F8D. Grayscale: #636363. Windows color (decimal): -10133390 or 7495781. OLE color: 7495781.

HSL color Cylindrical-coordinate representation of color #656072: hue angle of 256.67º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #656072 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10196114-
CMYK0.110.1600.55
HSL256.67º8.57%41.18%-
HSV(B)256.67º15.79%44.71%-
XYZ12.5912.3517.64-
YUV99.55136.16129.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.48%
GREEN value IS 96 (37.89% from 255) = 30.87%
BLUE value IS 114 (44.92% from 255) = 36.66%
R=32.48%
G=30.87%
B=36.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101961140.110.1600.55256.678.5741.18
Hex656072B10037101929
Octal14514016213200674011151
Binary11001011100000111001010111000001101111000000011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656072; }

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

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

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

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

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

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

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

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