#6D4C5F

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

Shades of Cosmic #6D4C5F

Tints of Cosmic #6D4C5F

Color information

#6D4C5F (or 0x6D4C5F) is unknown color: approx Cosmic. HEX triplet: 6D, 4C and 5F. RGB value is (109,76,95). Sum of RGB (Red+Green+Blue) = 109+76+95=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4C5F is #92B3A0. Grayscale: #575757. Windows color (decimal): -9614241 or 6245485. OLE color: 6245485.

HSL color Cylindrical-coordinate representation of color #6D4C5F: hue angle of 325.45º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D4C5F is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB1097695-
CMYK00.300.130.57
HSL325.45º17.84%36.27%-
HSV(B)325.45º30.28%42.75%-
XYZ10.969.2512.03-
YUV88.03131.93142.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.93%
GREEN value IS 76 (30.08% from 255) = 27.14%
BLUE value IS 95 (37.5% from 255) = 33.93%
R=38.93%
G=27.14%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109769500.300.130.57325.4517.8436.27
Hex6D4C5F01ED391451224
Octal15511413703615715052244
Binary110110110011001011111011110110111100110100010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,76,95); }

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

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

 a { background-color: rgb(109,76,95); }

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

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

 span { border-color: rgb(109,76,95); }

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