#64756D

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

Shades of Sirocco #64756D

Tints of Sirocco #64756D

Color information

#64756D (or 0x64756D) is unknown color: approx Sirocco. HEX triplet: 64, 75 and 6D. RGB value is (100,117,109). Sum of RGB (Red+Green+Blue) = 100+117+109=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 117 - color contains mainly: green. Hex color #64756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64756D is #9B8A92. Grayscale: #6F6F6F. Windows color (decimal): -10193555 or 7173476. OLE color: 7173476.

HSL color Cylindrical-coordinate representation of color #64756D: hue angle of 151.76º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #64756D is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB100117109-
CMYK0.1500.070.54
HSL151.76º7.83%42.55%-
HSV(B)151.76º14.53%45.88%-
XYZ14.3816.5416.9-
YUV111.01126.87120.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.67%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 109 (42.97% from 255) = 33.44%
R=30.67%
G=35.89%
B=33.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1001171090.1500.070.54151.767.8342.55
Hex64756DF07369882b
Octal1441651551707662301053
Binary11001001110101110110111110111110110100110001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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