#668470

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

Shades of Sirocco #668470

Tints of Sirocco #668470

Color information

#668470 (or 0x668470) is unknown color: approx Sirocco. HEX triplet: 66, 84 and 70. RGB value is (102,132,112). Sum of RGB (Red+Green+Blue) = 102+132+112=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 132 - color contains mainly: green. Hex color #668470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668470 is #997B8F. Grayscale: #787878. Windows color (decimal): -10058640 or 7373926. OLE color: 7373926.

HSL color Cylindrical-coordinate representation of color #668470: hue angle of 140º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #668470 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB102132112-
CMYK0.2300.150.48
HSL140º12.82%45.88%-
HSV(B)140º22.73%51.76%-
XYZ16.6620.518.41-
YUV120.75123.06114.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.48%
GREEN value IS 132 (51.95% from 255) = 38.15%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=29.48%
G=38.15%
B=32.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021321120.2300.150.4814012.8245.88
Hex668470170F308cd2e
Octal14620416027017602141556
Binary11001101000010011100001011101111110000100011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668470; }

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

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

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

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

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

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

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

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