#688271

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

Shades of Sirocco #688271

Tints of Sirocco #688271

Color information

#688271 (or 0x688271) is unknown color: approx Sirocco. HEX triplet: 68, 82 and 71. RGB value is (104,130,113). Sum of RGB (Red+Green+Blue) = 104+130+113=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 130 - color contains mainly: green. Hex color #688271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688271 is #977D8E. Grayscale: #787878. Windows color (decimal): -9928079 or 7438952. OLE color: 7438952.

HSL color Cylindrical-coordinate representation of color #688271: hue angle of 140.77º 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 #688271 is Cyan = 0.2, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB104130113-
CMYK0.200.130.49
HSL140.77º11.11%45.88%-
HSV(B)140.77º20%50.98%-
XYZ16.6720.118.62-
YUV120.29123.89116.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.97%
GREEN value IS 130 (51.17% from 255) = 37.46%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=29.97%
G=37.46%
B=32.56%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041301130.200.130.49140.7711.1145.88
Hex688271140D318db2e
Octal15020216124015612151356
Binary11010001000001011100011010001101110001100011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688271; }

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

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

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

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

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

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

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

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