#688372

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

Shades of Sirocco #688372

Tints of Sirocco #688372

Color information

#688372 (or 0x688372) is unknown color: approx Sirocco. HEX triplet: 68, 83 and 72. RGB value is (104,131,114). Sum of RGB (Red+Green+Blue) = 104+131+114=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 131 - color contains mainly: green. Hex color #688372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688372 is #977C8D. Grayscale: #797979. Windows color (decimal): -9927822 or 7504744. OLE color: 7504744.

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

Color convert

RGB104131114-
CMYK0.2100.130.49
HSL142.22º11.49%46.08%-
HSV(B)142.22º20.61%51.37%-
XYZ16.8620.3918.97-
YUV120.99124.05115.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.80%
GREEN value IS 131 (51.56% from 255) = 37.54%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=29.80%
G=37.54%
B=32.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041311140.2100.130.49142.2211.4946.08
Hex688372150D318eb2e
Octal15020316225015612161356
Binary11010001000001111100101010101101110001100011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688372; }

 p { color: rgb(104,131,114); }

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

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

 a { background-color: rgb(104,131,114); }

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

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

 span { border-color: rgb(104,131,114); }

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