#668170

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

Shades of Sirocco #668170

Tints of Sirocco #668170

Color information

#668170 (or 0x668170) is unknown color: approx Sirocco. HEX triplet: 66, 81 and 70. RGB value is (102,129,112). Sum of RGB (Red+Green+Blue) = 102+129+112=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 129 - color contains mainly: green. Hex color #668170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668170 is #997E8F. Grayscale: #777777. Windows color (decimal): -10059408 or 7373158. OLE color: 7373158.

HSL color Cylindrical-coordinate representation of color #668170: hue angle of 142.22º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #668170 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB102129112-
CMYK0.2100.130.49
HSL142.22º11.69%45.29%-
HSV(B)142.22º20.93%50.59%-
XYZ16.2519.718.27-
YUV118.99124.05115.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.74%
GREEN value IS 129 (50.78% from 255) = 37.61%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=29.74%
G=37.61%
B=32.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021291120.2100.130.49142.2211.6945.29
Hex668170150D318ec2d
Octal14620116025015612161455
Binary11001101000000111100001010101101110001100011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668170; }

 p { color: rgb(102,129,112); }

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

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

 a { background-color: rgb(102,129,112); }

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

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

 span { border-color: rgb(102,129,112); }

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