#64756A

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

Shades of Sirocco #64756A

Tints of Sirocco #64756A

Color information

#64756A (or 0x64756A) is unknown color: approx Sirocco. HEX triplet: 64, 75 and 6A. RGB value is (100,117,106). Sum of RGB (Red+Green+Blue) = 100+117+106=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 117 - color contains mainly: green. Hex color #64756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64756A is #9B8A95. Grayscale: #6E6E6E. Windows color (decimal): -10193558 or 6976868. OLE color: 6976868.

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

Color convert

RGB100117106-
CMYK0.1500.090.54
HSL141.18º7.83%42.55%-
HSV(B)141.18º14.53%45.88%-
XYZ14.2216.4716.07-
YUV110.66125.37120.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.96%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 106 (41.80% from 255) = 32.82%
R=30.96%
G=36.22%
B=32.82%

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
Decimal1001171060.1500.090.54141.187.8342.55
Hex64756AF09368d82b
Octal14416515217011662151053
Binary110010011101011101010111101001110110100011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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