#6D7A73

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

Shades of Sirocco #6D7A73

Tints of Sirocco #6D7A73

Color information

#6D7A73 (or 0x6D7A73) is unknown color: approx Sirocco. HEX triplet: 6D, 7A and 73. RGB value is (109,122,115). Sum of RGB (Red+Green+Blue) = 109+122+115=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 122 - color contains mainly: green. Hex color #6D7A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7A73 is #92858C. Grayscale: #757575. Windows color (decimal): -9602445 or 7567981. OLE color: 7567981.

HSL color Cylindrical-coordinate representation of color #6D7A73: hue angle of 147.69º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6D7A73 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB109122115-
CMYK0.1100.060.52
HSL147.69º5.63%45.29%-
HSV(B)147.69º10.66%47.84%-
XYZ16.3618.4118.91-
YUV117.31126.69122.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.50%
GREEN value IS 122 (48.05% from 255) = 35.26%
BLUE value IS 115 (45.31% from 255) = 33.24%
R=31.50%
G=35.26%
B=33.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1091221150.1100.060.52147.695.6345.29
Hex6D7A73B06349462d
Octal155172163130664224655
Binary1101101111101011100111011011011010010010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,122,115); }

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

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

 a { background-color: rgb(109,122,115); }

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

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

 span { border-color: rgb(109,122,115); }

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