#68796E

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

Shades of Sirocco #68796E

Tints of Sirocco #68796E

Color information

#68796E (or 0x68796E) is unknown color: approx Sirocco. HEX triplet: 68, 79 and 6E. RGB value is (104,121,110). Sum of RGB (Red+Green+Blue) = 104+121+110=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 121 - color contains mainly: green. Hex color #68796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68796E is #978691. Grayscale: #727272. Windows color (decimal): -9930386 or 7240040. OLE color: 7240040.

HSL color Cylindrical-coordinate representation of color #68796E: hue angle of 141.18º 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 #68796E is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB104121110-
CMYK0.1400.090.53
HSL141.18º7.56%44.12%-
HSV(B)141.18º14.05%47.45%-
XYZ15.3617.7417.37-
YUV114.66125.37120.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.04%
GREEN value IS 121 (47.66% from 255) = 36.12%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=31.04%
G=36.12%
B=32.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041211100.1400.090.53141.187.5644.12
Hex68796EE09358d82c
Octal15017115616011652151054
Binary110100011110011101110111001001110101100011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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