#668672

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

Shades of Sirocco #668672

Tints of Sirocco #668672

Color information

#668672 (or 0x668672) is unknown color: approx Sirocco. HEX triplet: 66, 86 and 72. RGB value is (102,134,114). Sum of RGB (Red+Green+Blue) = 102+134+114=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #668672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668672 is #99798D. Grayscale: #7A7A7A. Windows color (decimal): -10058126 or 7505510. OLE color: 7505510.

HSL color Cylindrical-coordinate representation of color #668672: hue angle of 142.5º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #668672 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB102134114-
CMYK0.2400.150.47
HSL142.5º13.56%46.27%-
HSV(B)142.5º23.88%52.55%-
XYZ17.0421.0919.09-
YUV122.15123.4113.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.14%
GREEN value IS 134 (52.73% from 255) = 38.29%
BLUE value IS 114 (44.92% from 255) = 32.57%
R=29.14%
G=38.29%
B=32.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021341140.2400.150.47142.513.5646.27
Hex668672180F2F8ee2e
Octal14620616230017572161656
Binary11001101000011011100101100001111101111100011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668672; }

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

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

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

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

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

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

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

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