#688471

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

Shades of Sirocco #688471

Tints of Sirocco #688471

Color information

#688471 (or 0x688471) is unknown color: approx Sirocco. HEX triplet: 68, 84 and 71. RGB value is (104,132,113). Sum of RGB (Red+Green+Blue) = 104+132+113=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #688471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688471 is #977B8E. Grayscale: #797979. Windows color (decimal): -9927567 or 7439464. OLE color: 7439464.

HSL color Cylindrical-coordinate representation of color #688471: hue angle of 139.29º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #688471 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB104132113-
CMYK0.2100.140.48
HSL139.29º11.86%46.27%-
HSV(B)139.29º21.21%51.76%-
XYZ16.9420.6418.71-
YUV121.46123.22115.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.80%
GREEN value IS 132 (51.95% from 255) = 37.82%
BLUE value IS 113 (44.53% from 255) = 32.38%
R=29.80%
G=37.82%
B=32.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041321130.2100.140.48139.2911.8646.27
Hex688471150E308bc2e
Octal15020416125016602131456
Binary11010001000010011100011010101110110000100010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688471; }

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

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

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

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

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

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

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

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