#688475

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

Shades of Sirocco #688475

Tints of Sirocco #688475

Color information

#688475 (or 0x688475) is unknown color: approx Sirocco. HEX triplet: 68, 84 and 75. RGB value is (104,132,117). Sum of RGB (Red+Green+Blue) = 104+132+117=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 132 - color contains mainly: green. Hex color #688475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688475 is #977B8A. Grayscale: #797979. Windows color (decimal): -9927563 or 7701608. OLE color: 7701608.

HSL color Cylindrical-coordinate representation of color #688475: hue angle of 147.86º 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 #688475 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB104132117-
CMYK0.2100.110.48
HSL147.86º11.86%46.27%-
HSV(B)147.86º21.21%51.76%-
XYZ17.1720.7319.93-
YUV121.92125.22115.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.46%
GREEN value IS 132 (51.95% from 255) = 37.39%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=29.46%
G=37.39%
B=33.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041321170.2100.110.48147.8611.8646.27
Hex688475150B3094c2e
Octal15020416525013602241456
Binary11010001000010011101011010101011110000100101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688475; }

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

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

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

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

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

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

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

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