#66796F

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

Shades of Sirocco #66796F

Tints of Sirocco #66796F

Color information

#66796F (or 0x66796F) is unknown color: approx Sirocco. HEX triplet: 66, 79 and 6F. RGB value is (102,121,111). Sum of RGB (Red+Green+Blue) = 102+121+111=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 121 - color contains mainly: green. Hex color #66796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66796F is #998690. Grayscale: #727272. Windows color (decimal): -10061457 or 7305574. OLE color: 7305574.

HSL color Cylindrical-coordinate representation of color #66796F: hue angle of 148.42º 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 #66796F is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB102121111-
CMYK0.1600.080.53
HSL148.42º8.52%43.73%-
HSV(B)148.42º15.7%47.45%-
XYZ15.1917.6517.64-
YUV114.18126.21119.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.54%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 111 (43.75% from 255) = 33.23%
R=30.54%
G=36.23%
B=33.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021211110.1600.080.53148.428.5243.73
Hex66796F1008359492c
Octal14617115720010652241154
Binary1100110111100111011111000001000110101100101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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