#6D545E

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

Shades of Cosmic #6D545E

Tints of Cosmic #6D545E

Color information

#6D545E (or 0x6D545E) is unknown color: approx Cosmic. HEX triplet: 6D, 54 and 5E. RGB value is (109,84,94). Sum of RGB (Red+Green+Blue) = 109+84+94=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 109 - color contains mainly: red. Hex color #6D545E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D545E is #92ABA1. Grayscale: #5C5C5C. Windows color (decimal): -9612194 or 6181997. OLE color: 6181997.

HSL color Cylindrical-coordinate representation of color #6D545E: hue angle of 336º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D545E is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB1098494-
CMYK00.230.140.57
HSL336º12.95%37.84%-
HSV(B)336º22.94%42.75%-
XYZ11.510.411.99-
YUV92.62128.78139.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.98%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 94 (37.11% from 255) = 32.75%
R=37.98%
G=29.27%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109849400.230.140.5733612.9537.84
Hex6D545E017E39150d26
Octal15512413602716715201546
Binary11011011010100101111001011111101110011010100001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,84,94); }

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

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

 a { background-color: rgb(109,84,94); }

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

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

 span { border-color: rgb(109,84,94); }

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