#6C545B

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

Shades of Cosmic #6C545B

Tints of Cosmic #6C545B

Color information

#6C545B (or 0x6C545B) is unknown color: approx Cosmic. HEX triplet: 6C, 54 and 5B. RGB value is (108,84,91). Sum of RGB (Red+Green+Blue) = 108+84+91=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 108 - color contains mainly: red. Hex color #6C545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C545B is #93ABA4. Grayscale: #5B5B5B. Windows color (decimal): -9677733 or 5985388. OLE color: 5985388.

HSL color Cylindrical-coordinate representation of color #6C545B: hue angle of 342.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C545B is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB1088491-
CMYK00.220.160.58
HSL342.5º12.5%37.65%-
HSV(B)342.5º22.22%42.35%-
XYZ11.2410.2811.29-
YUV91.97127.45139.43-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.16%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 91 (35.94% from 255) = 32.16%
R=38.16%
G=29.68%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108849100.220.160.58342.512.537.65
Hex6C545B016103A156c26
Octal15412413302620725261446
Binary110110010101001011011010110100001110101010101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,84,91); }

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

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

 a { background-color: rgb(108,84,91); }

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

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

 span { border-color: rgb(108,84,91); }

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