#646D68

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

Shades of Sirocco #646D68

Tints of Sirocco #646D68

Color information

#646D68 (or 0x646D68) is unknown color: approx Sirocco. HEX triplet: 64, 6D and 68. RGB value is (100,109,104). Sum of RGB (Red+Green+Blue) = 100+109+104=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 109 - color contains mainly: green. Hex color #646D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646D68 is #9B9297. Grayscale: #696969. Windows color (decimal): -10195608 or 6843748. OLE color: 6843748.

HSL color Cylindrical-coordinate representation of color #646D68: hue angle of 146.67º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #646D68 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB100109104-
CMYK0.0800.050.57
HSL146.67º4.31%40.98%-
HSV(B)146.67º8.26%42.75%-
XYZ13.2214.6515.23-
YUV105.74127.02123.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.95%
GREEN value IS 109 (42.97% from 255) = 34.82%
BLUE value IS 104 (41.02% from 255) = 33.23%
R=31.95%
G=34.82%
B=33.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1001091040.0800.050.57146.674.3140.98
Hex646D688053993429
Octal144155150100571223451
Binary1100100110110111010001000010111100110010011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646D68; }

 p { color: rgb(100,109,104); }

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

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

 a { background-color: rgb(100,109,104); }

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

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

 span { border-color: rgb(100,109,104); }

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