#647D6E

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

Shades of Sirocco #647D6E

Tints of Sirocco #647D6E

Color information

#647D6E (or 0x647D6E) is unknown color: approx Sirocco. HEX triplet: 64, 7D and 6E. RGB value is (100,125,110). Sum of RGB (Red+Green+Blue) = 100+125+110=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 125 - color contains mainly: green. Hex color #647D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647D6E is #9B8291. Grayscale: #737373. Windows color (decimal): -10191506 or 7241060. OLE color: 7241060.

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

Color convert

RGB100125110-
CMYK0.200.120.51
HSL144º11.11%44.12%-
HSV(B)144º20%49.02%-
XYZ15.418.517.51-
YUV115.82124.72116.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.85%
GREEN value IS 125 (49.22% from 255) = 37.31%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=29.85%
G=37.31%
B=32.84%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1001251100.200.120.5114411.1144.12
Hex647D6E140C3390b2c
Octal14417515624014632201354
Binary1100100111110111011101010001100110011100100001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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