#647D6C

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

Shades of Sirocco #647D6C

Tints of Sirocco #647D6C

Color information

#647D6C (or 0x647D6C) is unknown color: approx Sirocco. HEX triplet: 64, 7D and 6C. RGB value is (100,125,108). Sum of RGB (Red+Green+Blue) = 100+125+108=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 125 - color contains mainly: green. Hex color #647D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647D6C is #9B8293. Grayscale: #737373. Windows color (decimal): -10191508 or 7109988. OLE color: 7109988.

HSL color Cylindrical-coordinate representation of color #647D6C: hue angle of 139.2º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #647D6C is Cyan = 0.2, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB100125108-
CMYK0.200.140.51
HSL139.2º11.11%44.12%-
HSV(B)139.2º20%49.02%-
XYZ15.318.4616.94-
YUV115.59123.72116.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.03%
GREEN value IS 125 (49.22% from 255) = 37.54%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=30.03%
G=37.54%
B=32.43%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1001251080.200.140.51139.211.1144.12
Hex647D6C140E338bb2c
Octal14417515424016632131354
Binary1100100111110111011001010001110110011100010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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