#6D8177

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

Shades of Sirocco #6D8177

Tints of Sirocco #6D8177

Color information

#6D8177 (or 0x6D8177) is unknown color: approx Sirocco. HEX triplet: 6D, 81 and 77. RGB value is (109,129,119). Sum of RGB (Red+Green+Blue) = 109+129+119=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 129 - color contains mainly: green. Hex color #6D8177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8177 is #927E88. Grayscale: #797979. Windows color (decimal): -9600649 or 7831917. OLE color: 7831917.

HSL color Cylindrical-coordinate representation of color #6D8177: hue angle of 150º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D8177 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB109129119-
CMYK0.1600.080.49
HSL150º8.4%46.67%-
HSV(B)150º15.5%50.59%-
XYZ17.4920.2820.45-
YUV121.88126.37118.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.53%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 119 (46.88% from 255) = 33.33%
R=30.53%
G=36.13%
B=33.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1091291190.1600.080.491508.446.67
Hex6D81771008319682f
Octal15520116720010612261057
Binary11011011000000111101111000001000110001100101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,129,119); }

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

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

 a { background-color: rgb(109,129,119); }

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

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

 span { border-color: rgb(109,129,119); }

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