#668373

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

Shades of Sirocco #668373

Tints of Sirocco #668373

Color information

#668373 (or 0x668373) is unknown color: approx Sirocco. HEX triplet: 66, 83 and 73. RGB value is (102,131,115). Sum of RGB (Red+Green+Blue) = 102+131+115=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 131 - color contains mainly: green. Hex color #668373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668373 is #997C8C. Grayscale: #787878. Windows color (decimal): -10058893 or 7570278. OLE color: 7570278.

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

Color convert

RGB102131115-
CMYK0.2200.120.49
HSL146.9º12.45%45.69%-
HSV(B)146.9º22.14%51.37%-
XYZ16.6920.319.26-
YUV120.5124.89114.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.31%
GREEN value IS 131 (51.56% from 255) = 37.64%
BLUE value IS 115 (45.31% from 255) = 33.05%
R=29.31%
G=37.64%
B=33.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021311150.2200.120.49146.912.4545.69
Hex668373160C3193c2e
Octal14620316326014612231456
Binary11001101000001111100111011001100110001100100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668373; }

 p { color: rgb(102,131,115); }

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

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

 a { background-color: rgb(102,131,115); }

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

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

 span { border-color: rgb(102,131,115); }

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