#68796B

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

Shades of Sirocco #68796B

Tints of Sirocco #68796B

Color information

#68796B (or 0x68796B) is unknown color: approx Sirocco. HEX triplet: 68, 79 and 6B. RGB value is (104,121,107). Sum of RGB (Red+Green+Blue) = 104+121+107=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 121 - color contains mainly: green. Hex color #68796B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68796B is #978694. Grayscale: #727272. Windows color (decimal): -9930389 or 7043432. OLE color: 7043432.

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

Color convert

RGB104121107-
CMYK0.1400.120.53
HSL130.59º7.56%44.12%-
HSV(B)130.59º14.05%47.45%-
XYZ15.217.6816.52-
YUV114.32123.87120.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.33%
GREEN value IS 121 (47.66% from 255) = 36.45%
BLUE value IS 107 (42.19% from 255) = 32.23%
R=31.33%
G=36.45%
B=32.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041211070.1400.120.53130.597.5644.12
Hex68796BE0C358382c
Octal15017115316014652031054
Binary110100011110011101011111001100110101100000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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