#646F68

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

Shades of Sirocco #646F68

Tints of Sirocco #646F68

Color information

#646F68 (or 0x646F68) is unknown color: approx Sirocco. HEX triplet: 64, 6F and 68. RGB value is (100,111,104). Sum of RGB (Red+Green+Blue) = 100+111+104=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 111 - color contains mainly: green. Hex color #646F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646F68 is #9B9097. Grayscale: #6A6A6A. Windows color (decimal): -10195096 or 6844260. OLE color: 6844260.

HSL color Cylindrical-coordinate representation of color #646F68: hue angle of 141.82º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #646F68 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB100111104-
CMYK0.1000.060.56
HSL141.82º5.21%41.37%-
HSV(B)141.82º9.91%43.53%-
XYZ13.4415.0815.3-
YUV106.91126.36123.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.75%
GREEN value IS 111 (43.75% from 255) = 35.24%
BLUE value IS 104 (41.02% from 255) = 33.02%
R=31.75%
G=35.24%
B=33.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1001111040.1000.060.56141.825.2141.37
Hex646F68A06388e529
Octal144157150120670216551
Binary1100100110111111010001010011011100010001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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