#68756D

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

Shades of Sirocco #68756D

Tints of Sirocco #68756D

Color information

#68756D (or 0x68756D) is unknown color: approx Sirocco. HEX triplet: 68, 75 and 6D. RGB value is (104,117,109). Sum of RGB (Red+Green+Blue) = 104+117+109=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 117 - color contains mainly: green. Hex color #68756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68756D is #978A92. Grayscale: #707070. Windows color (decimal): -9931411 or 7173480. OLE color: 7173480.

HSL color Cylindrical-coordinate representation of color #68756D: hue angle of 143.08º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #68756D is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB104117109-
CMYK0.1100.070.54
HSL143.08º5.88%43.33%-
HSV(B)143.08º11.11%45.88%-
XYZ14.8316.7716.92-
YUV112.2126.19122.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.52%
GREEN value IS 117 (46.09% from 255) = 35.45%
BLUE value IS 109 (42.97% from 255) = 33.03%
R=31.52%
G=35.45%
B=33.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041171090.1100.070.54143.085.8843.33
Hex68756DB07368f62b
Octal150165155130766217653
Binary1101000111010111011011011011111011010001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68756D; }

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

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

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

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

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

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

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

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