#64616C

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

Shades of Smoky #64616C

Tints of Smoky #64616C

Color information

#64616C (or 0x64616C) is unknown color: approx Smoky. HEX triplet: 64, 61 and 6C. RGB value is (100,97,108). Sum of RGB (Red+Green+Blue) = 100+97+108=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 108 - color contains mainly: blue. Hex color #64616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64616C is #9B9E93. Grayscale: #636363. Windows color (decimal): -10198676 or 7102820. OLE color: 7102820.

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

Color convert

RGB10097108-
CMYK0.070.1000.58
HSL256.36º5.37%40.2%-
HSV(B)256.36º10.19%42.35%-
XYZ12.2412.3415.92-
YUV99.15132.99128.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.79%
GREEN value IS 97 (38.28% from 255) = 31.80%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=32.79%
G=31.80%
B=35.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100971080.070.1000.58256.365.3740.2
Hex64616C7A03A100528
Octal144141154712072400550
Binary11001001100001110110011110100111010100000000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64616C; }

 p { color: rgb(100,97,108); }

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

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

 a { background-color: rgb(100,97,108); }

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

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

 span { border-color: rgb(100,97,108); }

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