#668472

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

Shades of Sirocco #668472

Tints of Sirocco #668472

Color information

#668472 (or 0x668472) is unknown color: approx Sirocco. HEX triplet: 66, 84 and 72. RGB value is (102,132,114). Sum of RGB (Red+Green+Blue) = 102+132+114=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 132 - color contains mainly: green. Hex color #668472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668472 is #997B8D. Grayscale: #797979. Windows color (decimal): -10058638 or 7504998. OLE color: 7504998.

HSL color Cylindrical-coordinate representation of color #668472: hue angle of 144º 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 #668472 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB102132114-
CMYK0.2300.140.48
HSL144º12.82%45.88%-
HSV(B)144º22.73%51.76%-
XYZ16.7720.5419-
YUV120.98124.06114.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.31%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 114 (44.92% from 255) = 32.76%
R=29.31%
G=37.93%
B=32.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021321140.2300.140.4814412.8245.88
Hex668472170E3090d2e
Octal14620416227016602201556
Binary11001101000010011100101011101110110000100100001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668472; }

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

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

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

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

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

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

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

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