#6A766D

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

Shades of Sirocco #6A766D

Tints of Sirocco #6A766D

Color information

#6A766D (or 0x6A766D) is unknown color: approx Sirocco. HEX triplet: 6A, 76 and 6D. RGB value is (106,118,109). Sum of RGB (Red+Green+Blue) = 106+118+109=333 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.83% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 118 - color contains mainly: green. Hex color #6A766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A766D is #958992. Grayscale: #717171. Windows color (decimal): -9800083 or 7173738. OLE color: 7173738.

HSL color Cylindrical-coordinate representation of color #6A766D: hue angle of 135º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6A766D is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB106118109-
CMYK0.1000.080.54
HSL135º5.36%43.92%-
HSV(B)135º10.17%46.27%-
XYZ15.1817.1316.97-
YUV113.39125.52122.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.83%
GREEN value IS 118 (46.48% from 255) = 35.44%
BLUE value IS 109 (42.97% from 255) = 32.73%
R=31.83%
G=35.44%
B=32.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1061181090.1000.080.541355.3643.92
Hex6A766DA08368752c
Octal1521661551201066207554
Binary11010101110110110110110100100011011010000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A766D; }

 p { color: rgb(106,118,109); }

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

<style>
 a { background-color: #6A766D; }

 a { background-color: rgb(106,118,109); }

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

<style>
 span { border-color: #6A766D; }

 span { border-color: rgb(106,118,109); }

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