#68756F

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

Shades of Sirocco #68756F

Tints of Sirocco #68756F

Color information

#68756F (or 0x68756F) is unknown color: approx Sirocco. HEX triplet: 68, 75 and 6F. RGB value is (104,117,111). Sum of RGB (Red+Green+Blue) = 104+117+111=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 117 - color contains mainly: green. Hex color #68756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68756F is #978A90. Grayscale: #707070. Windows color (decimal): -9931409 or 7304552. OLE color: 7304552.

HSL color Cylindrical-coordinate representation of color #68756F: hue angle of 152.31º 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 #68756F is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB104117111-
CMYK0.1100.050.54
HSL152.31º5.88%43.33%-
HSV(B)152.31º11.11%45.88%-
XYZ14.9416.8117.5-
YUV112.43127.19121.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.33%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 111 (43.75% from 255) = 33.43%
R=31.33%
G=35.24%
B=33.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041171110.1100.050.54152.315.8843.33
Hex68756FB05369862b
Octal150165157130566230653
Binary1101000111010111011111011010111011010011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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