#6D7972

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

Shades of Sirocco #6D7972

Tints of Sirocco #6D7972

Color information

#6D7972 (or 0x6D7972) is unknown color: approx Sirocco. HEX triplet: 6D, 79 and 72. RGB value is (109,121,114). Sum of RGB (Red+Green+Blue) = 109+121+114=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 121 - color contains mainly: green. Hex color #6D7972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7972 is #92868D. Grayscale: #747474. Windows color (decimal): -9602702 or 7502189. OLE color: 7502189.

HSL color Cylindrical-coordinate representation of color #6D7972: hue angle of 145º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6D7972 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB109121114-
CMYK0.1000.060.53
HSL145º5.22%45.1%-
HSV(B)145º9.92%47.45%-
XYZ16.1818.1418.57-
YUV116.61126.52122.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.69%
GREEN value IS 121 (47.66% from 255) = 35.17%
BLUE value IS 114 (44.92% from 255) = 33.14%
R=31.69%
G=35.17%
B=33.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1091211140.1000.060.531455.2245.1
Hex6D7972A06359152d
Octal155171162120665221555
Binary1101101111100111100101010011011010110010001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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