#688275

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

Shades of Sirocco #688275

Tints of Sirocco #688275

Color information

#688275 (or 0x688275) is unknown color: approx Sirocco. HEX triplet: 68, 82 and 75. RGB value is (104,130,117). Sum of RGB (Red+Green+Blue) = 104+130+117=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 130 - color contains mainly: green. Hex color #688275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688275 is #977D8A. Grayscale: #787878. Windows color (decimal): -9928075 or 7701096. OLE color: 7701096.

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

Color convert

RGB104130117-
CMYK0.200.10.49
HSL150º11.11%45.88%-
HSV(B)150º20%50.98%-
XYZ16.920.1919.84-
YUV120.74125.89116.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.63%
GREEN value IS 130 (51.17% from 255) = 37.04%
BLUE value IS 117 (46.09% from 255) = 33.33%
R=29.63%
G=37.04%
B=33.33%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041301170.200.10.4915011.1145.88
Hex688275140A3196b2e
Octal15020216524012612261356
Binary11010001000001011101011010001010110001100101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688275; }

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

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

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

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

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

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

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

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