#668071

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

Shades of Sirocco #668071

Tints of Sirocco #668071

Color information

#668071 (or 0x668071) is unknown color: approx Sirocco. HEX triplet: 66, 80 and 71. RGB value is (102,128,113). Sum of RGB (Red+Green+Blue) = 102+128+113=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 128 - color contains mainly: green. Hex color #668071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668071 is #997F8E. Grayscale: #767676. Windows color (decimal): -10059663 or 7438438. OLE color: 7438438.

HSL color Cylindrical-coordinate representation of color #668071: hue angle of 145.38º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #668071 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB102128113-
CMYK0.2000.120.50
HSL145.38º11.3%45.1%-
HSV(B)145.38º20.31%50.2%-
XYZ16.1819.4618.53-
YUV118.52124.89116.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.74%
GREEN value IS 128 (50.39% from 255) = 37.32%
BLUE value IS 113 (44.53% from 255) = 32.94%
R=29.74%
G=37.32%
B=32.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1021281130.2000.120.50145.3811.345.1
Hex668071140C3291b2d
Octal14620016124014622211355
Binary11001101000000011100011010001100110010100100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668071; }

 p { color: rgb(102,128,113); }

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

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

 a { background-color: rgb(102,128,113); }

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

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

 span { border-color: rgb(102,128,113); }

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