#688273

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

Shades of Sirocco #688273

Tints of Sirocco #688273

Color information

#688273 (or 0x688273) is unknown color: approx Sirocco. HEX triplet: 68, 82 and 73. RGB value is (104,130,115). Sum of RGB (Red+Green+Blue) = 104+130+115=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 130 - color contains mainly: green. Hex color #688273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688273 is #977D8C. Grayscale: #787878. Windows color (decimal): -9928077 or 7570024. OLE color: 7570024.

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

Color convert

RGB104130115-
CMYK0.200.120.49
HSL145.38º11.11%45.88%-
HSV(B)145.38º20%50.98%-
XYZ16.7920.1519.22-
YUV120.52124.89116.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.80%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 115 (45.31% from 255) = 32.95%
R=29.80%
G=37.25%
B=32.95%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041301150.200.120.49145.3811.1145.88
Hex688273140C3191b2e
Octal15020216324014612211356
Binary11010001000001011100111010001100110001100100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688273; }

 p { color: rgb(104,130,115); }

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

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

 a { background-color: rgb(104,130,115); }

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

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

 span { border-color: rgb(104,130,115); }

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