#6D8274

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

Shades of Sirocco #6D8274

Tints of Sirocco #6D8274

Color information

#6D8274 (or 0x6D8274) is unknown color: approx Sirocco. HEX triplet: 6D, 82 and 74. RGB value is (109,130,116). Sum of RGB (Red+Green+Blue) = 109+130+116=355 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.70% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 130 - color contains mainly: green. Hex color #6D8274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8274 is #927D8B. Grayscale: #7A7A7A. Windows color (decimal): -9600396 or 7635565. OLE color: 7635565.

HSL color Cylindrical-coordinate representation of color #6D8274: hue angle of 140º degrees, saturation: 0.09, 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 #6D8274 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB109130116-
CMYK0.1600.110.49
HSL140º8.79%46.86%-
HSV(B)140º16.15%50.98%-
XYZ17.4420.4819.56-
YUV122.13124.54118.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.70%
GREEN value IS 130 (51.17% from 255) = 36.62%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=30.70%
G=36.62%
B=32.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1091301160.1600.110.491408.7946.86
Hex6D8274100B318c92f
Octal15520216420013612141157
Binary11011011000001011101001000001011110001100011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,130,116); }

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

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

 a { background-color: rgb(109,130,116); }

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

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

 span { border-color: rgb(109,130,116); }

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