#68756B

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

Shades of Sirocco #68756B

Tints of Sirocco #68756B

Color information

#68756B (or 0x68756B) is unknown color: approx Sirocco. HEX triplet: 68, 75 and 6B. RGB value is (104,117,107). Sum of RGB (Red+Green+Blue) = 104+117+107=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 117 - color contains mainly: green. Hex color #68756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68756B is #978A94. Grayscale: #707070. Windows color (decimal): -9931413 or 7042408. OLE color: 7042408.

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

Color convert

RGB104117107-
CMYK0.1100.090.54
HSL133.85º5.88%43.33%-
HSV(B)133.85º11.11%45.88%-
XYZ14.7216.7316.36-
YUV111.97125.19122.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 117 (46.09% from 255) = 35.67%
BLUE value IS 107 (42.19% from 255) = 32.62%
R=31.71%
G=35.67%
B=32.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041171070.1100.090.54133.855.8843.33
Hex68756BB09368662b
Octal1501651531301166206653
Binary11010001110101110101110110100111011010000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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