#64796E

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

Shades of Sirocco #64796E

Tints of Sirocco #64796E

Color information

#64796E (or 0x64796E) is unknown color: approx Sirocco. HEX triplet: 64, 79 and 6E. RGB value is (100,121,110). Sum of RGB (Red+Green+Blue) = 100+121+110=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 121 - color contains mainly: green. Hex color #64796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64796E is #9B8691. Grayscale: #717171. Windows color (decimal): -10192530 or 7240036. OLE color: 7240036.

HSL color Cylindrical-coordinate representation of color #64796E: hue angle of 148.57º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #64796E is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB100121110-
CMYK0.1700.090.53
HSL148.57º9.5%43.33%-
HSV(B)148.57º17.36%47.45%-
XYZ14.9117.5117.35-
YUV113.47126.04118.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.21%
GREEN value IS 121 (47.66% from 255) = 36.56%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=30.21%
G=36.56%
B=33.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1001211100.1700.090.53148.579.543.33
Hex64796E11093595a2b
Octal14417115621011652251253
Binary1100100111100111011101000101001110101100101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64796E; }

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

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

<style>
 a { background-color: #64796E; }

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

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

<style>
 span { border-color: #64796E; }

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

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