#647D6A

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

Shades of Sirocco #647D6A

Tints of Sirocco #647D6A

Color information

#647D6A (or 0x647D6A) is unknown color: approx Sirocco. HEX triplet: 64, 7D and 6A. RGB value is (100,125,106). Sum of RGB (Red+Green+Blue) = 100+125+106=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 125 - color contains mainly: green. Hex color #647D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647D6A is #9B8295. Grayscale: #737373. Windows color (decimal): -10191510 or 6978916. OLE color: 6978916.

HSL color Cylindrical-coordinate representation of color #647D6A: hue angle of 134.4º 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 #647D6A is Cyan = 0.2, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB100125106-
CMYK0.200.150.51
HSL134.4º11.11%44.12%-
HSV(B)134.4º20%49.02%-
XYZ15.1918.4216.39-
YUV115.36122.72117.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.21%
GREEN value IS 125 (49.22% from 255) = 37.76%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=30.21%
G=37.76%
B=32.02%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1001251060.200.150.51134.411.1144.12
Hex647D6A140F3386b2c
Octal14417515224017632061354
Binary1100100111110111010101010001111110011100001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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