#68766B

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

Shades of Sirocco #68766B

Tints of Sirocco #68766B

Color information

#68766B (or 0x68766B) is unknown color: approx Sirocco. HEX triplet: 68, 76 and 6B. RGB value is (104,118,107). Sum of RGB (Red+Green+Blue) = 104+118+107=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 118 - color contains mainly: green. Hex color #68766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68766B is #978994. Grayscale: #707070. Windows color (decimal): -9931157 or 7042664. OLE color: 7042664.

HSL color Cylindrical-coordinate representation of color #68766B: hue angle of 132.86º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #68766B is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB104118107-
CMYK0.1200.090.54
HSL132.86º6.31%43.53%-
HSV(B)132.86º11.86%46.27%-
XYZ14.8416.9616.4-
YUV112.56124.86121.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.61%
GREEN value IS 118 (46.48% from 255) = 35.87%
BLUE value IS 107 (42.19% from 255) = 32.52%
R=31.61%
G=35.87%
B=32.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041181070.1200.090.54132.866.3143.53
Hex68766BC09368562c
Octal1501661531401166205654
Binary11010001110110110101111000100111011010000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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