#668271

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

Shades of Sirocco #668271

Tints of Sirocco #668271

Color information

#668271 (or 0x668271) is unknown color: approx Sirocco. HEX triplet: 66, 82 and 71. RGB value is (102,130,113). Sum of RGB (Red+Green+Blue) = 102+130+113=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 130 - color contains mainly: green. Hex color #668271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668271 is #997D8E. Grayscale: #777777. Windows color (decimal): -10059151 or 7438950. OLE color: 7438950.

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

Color convert

RGB102130113-
CMYK0.2200.130.49
HSL143.57º12.07%45.49%-
HSV(B)143.57º21.54%50.98%-
XYZ16.4419.9818.61-
YUV119.69124.22115.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.57%
GREEN value IS 130 (51.17% from 255) = 37.68%
BLUE value IS 113 (44.53% from 255) = 32.75%
R=29.57%
G=37.68%
B=32.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021301130.2200.130.49143.5712.0745.49
Hex668271160D3190c2d
Octal14620216126015612201455
Binary11001101000001011100011011001101110001100100001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668271; }

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

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

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

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

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

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

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

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