#66796E

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

Shades of Sirocco #66796E

Tints of Sirocco #66796E

Color information

#66796E (or 0x66796E) is unknown color: approx Sirocco. HEX triplet: 66, 79 and 6E. RGB value is (102,121,110). Sum of RGB (Red+Green+Blue) = 102+121+110=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 121 - color contains mainly: green. Hex color #66796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66796E is #998691. Grayscale: #727272. Windows color (decimal): -10061458 or 7240038. OLE color: 7240038.

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

Color convert

RGB102121110-
CMYK0.1600.090.53
HSL145.26º8.52%43.73%-
HSV(B)145.26º15.7%47.45%-
XYZ15.1317.6317.36-
YUV114.07125.71119.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.63%
GREEN value IS 121 (47.66% from 255) = 36.34%
BLUE value IS 110 (43.36% from 255) = 33.03%
R=30.63%
G=36.34%
B=33.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021211100.1600.090.53145.268.5243.73
Hex66796E1009359192c
Octal14617115620011652211154
Binary1100110111100111011101000001001110101100100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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