#688375

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

Shades of Sirocco #688375

Tints of Sirocco #688375

Color information

#688375 (or 0x688375) is unknown color: approx Sirocco. HEX triplet: 68, 83 and 75. RGB value is (104,131,117). Sum of RGB (Red+Green+Blue) = 104+131+117=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 131 - color contains mainly: green. Hex color #688375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688375 is #977C8A. Grayscale: #797979. Windows color (decimal): -9927819 or 7701352. OLE color: 7701352.

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

Color convert

RGB104131117-
CMYK0.2100.110.49
HSL148.89º11.49%46.08%-
HSV(B)148.89º20.61%51.37%-
XYZ17.0420.4619.88-
YUV121.33125.55115.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.55%
GREEN value IS 131 (51.56% from 255) = 37.22%
BLUE value IS 117 (46.09% from 255) = 33.24%
R=29.55%
G=37.22%
B=33.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041311170.2100.110.49148.8911.4946.08
Hex688375150B3195b2e
Octal15020316525013612251356
Binary11010001000001111101011010101011110001100101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688375; }

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

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

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

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

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

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

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

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