#6D545D

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

Shades of Cosmic #6D545D

Tints of Cosmic #6D545D

Color information

#6D545D (or 0x6D545D) is unknown color: approx Cosmic. HEX triplet: 6D, 54 and 5D. RGB value is (109,84,93). Sum of RGB (Red+Green+Blue) = 109+84+93=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 109 - color contains mainly: red. Hex color #6D545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D545D is #92ABA2. Grayscale: #5C5C5C. Windows color (decimal): -9612195 or 6116461. OLE color: 6116461.

HSL color Cylindrical-coordinate representation of color #6D545D: hue angle of 338.4º 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 #6D545D is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB1098493-
CMYK00.230.150.57
HSL338.4º12.95%37.84%-
HSV(B)338.4º22.94%42.75%-
XYZ11.4510.3811.76-
YUV92.5128.28139.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.11%
GREEN value IS 84 (33.20% from 255) = 29.37%
BLUE value IS 93 (36.72% from 255) = 32.52%
R=38.11%
G=29.37%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109849300.230.150.57338.412.9537.84
Hex6D545D017F39152d26
Octal15512413502717715221546
Binary11011011010100101110101011111111110011010100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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