#64746D

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

Shades of Sirocco #64746D

Tints of Sirocco #64746D

Color information

#64746D (or 0x64746D) is unknown color: approx Sirocco. HEX triplet: 64, 74 and 6D. RGB value is (100,116,109). Sum of RGB (Red+Green+Blue) = 100+116+109=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 116 - color contains mainly: green. Hex color #64746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64746D is #9B8B92. Grayscale: #6E6E6E. Windows color (decimal): -10193811 or 7173220. OLE color: 7173220.

HSL color Cylindrical-coordinate representation of color #64746D: hue angle of 153.75º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #64746D is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB100116109-
CMYK0.1400.060.55
HSL153.75º7.41%42.35%-
HSV(B)153.75º13.79%45.49%-
XYZ14.2616.316.86-
YUV110.42127.2120.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.77%
GREEN value IS 116 (45.70% from 255) = 35.69%
BLUE value IS 109 (42.97% from 255) = 33.54%
R=30.77%
G=35.69%
B=33.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001161090.1400.060.55153.757.4142.35
Hex64746DE06379a72a
Octal144164155160667232752
Binary1100100111010011011011110011011011110011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64746D; }

 p { color: rgb(100,116,109); }

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

<style>
 a { background-color: #64746D; }

 a { background-color: rgb(100,116,109); }

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

<style>
 span { border-color: #64746D; }

 span { border-color: rgb(100,116,109); }

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