#64756B

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

Shades of Sirocco #64756B

Tints of Sirocco #64756B

Color information

#64756B (or 0x64756B) is unknown color: approx Sirocco. HEX triplet: 64, 75 and 6B. RGB value is (100,117,107). Sum of RGB (Red+Green+Blue) = 100+117+107=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 117 - color contains mainly: green. Hex color #64756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64756B is #9B8A94. Grayscale: #6E6E6E. Windows color (decimal): -10193557 or 7042404. OLE color: 7042404.

HSL color Cylindrical-coordinate representation of color #64756B: hue angle of 144.71º 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 #64756B is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB100117107-
CMYK0.1500.090.54
HSL144.71º7.83%42.55%-
HSV(B)144.71º14.53%45.88%-
XYZ14.2716.4916.34-
YUV110.78125.87120.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.86%
GREEN value IS 117 (46.09% from 255) = 36.11%
BLUE value IS 107 (42.19% from 255) = 33.02%
R=30.86%
G=36.11%
B=33.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1001171070.1500.090.54144.717.8342.55
Hex64756BF09369182b
Octal14416515317011662211053
Binary110010011101011101011111101001110110100100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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