#68796D

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

Shades of Sirocco #68796D

Tints of Sirocco #68796D

Color information

#68796D (or 0x68796D) is unknown color: approx Sirocco. HEX triplet: 68, 79 and 6D. RGB value is (104,121,109). Sum of RGB (Red+Green+Blue) = 104+121+109=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 121 - color contains mainly: green. Hex color #68796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68796D is #978692. Grayscale: #727272. Windows color (decimal): -9930387 or 7174504. OLE color: 7174504.

HSL color Cylindrical-coordinate representation of color #68796D: hue angle of 137.65º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #68796D is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB104121109-
CMYK0.1400.100.53
HSL137.65º7.56%44.12%-
HSV(B)137.65º14.05%47.45%-
XYZ15.3117.7217.08-
YUV114.55124.87120.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.14%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 109 (42.97% from 255) = 32.63%
R=31.14%
G=36.23%
B=32.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041211090.1400.100.53137.657.5644.12
Hex68796DE0A358a82c
Octal15017115516012652121054
Binary110100011110011101101111001010110101100010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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