#65626D

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

Shades of Smoky #65626D

Tints of Smoky #65626D

Color information

#65626D (or 0x65626D) is unknown color: approx Smoky. HEX triplet: 65, 62 and 6D. RGB value is (101,98,109). Sum of RGB (Red+Green+Blue) = 101+98+109=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 109 - color contains mainly: blue. Hex color #65626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65626D is #9A9D92. Grayscale: #646464. Windows color (decimal): -10132883 or 7168613. OLE color: 7168613.

HSL color Cylindrical-coordinate representation of color #65626D: hue angle of 256.36º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #65626D is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10198109-
CMYK0.070.1000.57
HSL256.36º5.31%40.59%-
HSV(B)256.36º10.09%42.75%-
XYZ12.4912.6116.24-
YUV100.15132.99128.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.79%
GREEN value IS 98 (38.67% from 255) = 31.82%
BLUE value IS 109 (42.97% from 255) = 35.39%
R=32.79%
G=31.82%
B=35.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101981090.070.1000.57256.365.3140.59
Hex65626D7A039100529
Octal145142155712071400551
Binary11001011100010110110111110100111001100000000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65626D; }

 p { color: rgb(101,98,109); }

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

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

 a { background-color: rgb(101,98,109); }

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

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

 span { border-color: rgb(101,98,109); }

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