#647F6B

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

Shades of Sirocco #647F6B

Tints of Sirocco #647F6B

Color information

#647F6B (or 0x647F6B) is unknown color: approx Sirocco. HEX triplet: 64, 7F and 6B. RGB value is (100,127,107). Sum of RGB (Red+Green+Blue) = 100+127+107=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 127 - color contains mainly: green. Hex color #647F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647F6B is #9B8094. Grayscale: #747474. Windows color (decimal): -10190997 or 7044964. OLE color: 7044964.

HSL color Cylindrical-coordinate representation of color #647F6B: hue angle of 135.56º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #647F6B is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB100127107-
CMYK0.2100.160.50
HSL135.56º11.89%44.51%-
HSV(B)135.56º21.26%49.8%-
XYZ15.518.9516.75-
YUV116.65122.55116.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.94%
GREEN value IS 127 (50% from 255) = 38.02%
BLUE value IS 107 (42.19% from 255) = 32.04%
R=29.94%
G=38.02%
B=32.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1001271070.2100.160.50135.5611.8944.51
Hex647F6B150103288c2d
Octal14417715325020622101455
Binary11001001111111110101110101010000110010100010001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647F6B; }

 p { color: rgb(100,127,107); }

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

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

 a { background-color: rgb(100,127,107); }

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

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

 span { border-color: rgb(100,127,107); }

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