#6D8579

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

Shades of Sirocco #6D8579

Tints of Sirocco #6D8579

Color information

#6D8579 (or 0x6D8579) is unknown color: approx Sirocco. HEX triplet: 6D, 85 and 79. RGB value is (109,133,121). Sum of RGB (Red+Green+Blue) = 109+133+121=363 (48% of max value = 765). Red value is 109 (42.97% from 255 or 30.03% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 133 - color contains mainly: green. Hex color #6D8579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8579 is #927A86. Grayscale: #7C7C7C. Windows color (decimal): -9599623 or 7964013. OLE color: 7964013.

HSL color Cylindrical-coordinate representation of color #6D8579: hue angle of 150º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D8579 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB109133121-
CMYK0.1800.090.48
HSL150º9.92%47.45%-
HSV(B)150º18.05%52.16%-
XYZ18.1521.4121.26-
YUV124.46126.05116.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.03%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 121 (47.66% from 255) = 33.33%
R=30.03%
G=36.64%
B=33.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1091331210.1800.090.481509.9247.45
Hex6D857912093096a2f
Octal15520517122011602261257
Binary11011011000010111110011001001001110000100101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,133,121); }

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

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

 a { background-color: rgb(109,133,121); }

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

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

 span { border-color: rgb(109,133,121); }

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