#68736F

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

Shades of Sirocco #68736F

Tints of Sirocco #68736F

Color information

#68736F (or 0x68736F) is unknown color: approx Sirocco. HEX triplet: 68, 73 and 6F. RGB value is (104,115,111). Sum of RGB (Red+Green+Blue) = 104+115+111=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 115 - color contains mainly: green. Hex color #68736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68736F is #978C90. Grayscale: #6F6F6F. Windows color (decimal): -9931921 or 7304040. OLE color: 7304040.

HSL color Cylindrical-coordinate representation of color #68736F: hue angle of 158.18º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #68736F is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB104115111-
CMYK0.1000.030.55
HSL158.18º5.02%42.94%-
HSV(B)158.18º9.57%45.1%-
XYZ14.7116.3517.42-
YUV111.26127.86122.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.52%
GREEN value IS 115 (45.31% from 255) = 34.85%
BLUE value IS 111 (43.75% from 255) = 33.64%
R=31.52%
G=34.85%
B=33.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041151110.1000.030.55158.185.0242.94
Hex68736FA03379e52b
Octal150163157120367236553
Binary110100011100111101111101001111011110011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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