#6C535D

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

Shades of Cosmic #6C535D

Tints of Cosmic #6C535D

Color information

#6C535D (or 0x6C535D) is unknown color: approx Cosmic. HEX triplet: 6C, 53 and 5D. RGB value is (108,83,93). Sum of RGB (Red+Green+Blue) = 108+83+93=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 108 - color contains mainly: red. Hex color #6C535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C535D is #93ACA2. Grayscale: #5B5B5B. Windows color (decimal): -9677987 or 6116204. OLE color: 6116204.

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

Color convert

RGB1088393-
CMYK00.230.140.58
HSL336º13.09%37.45%-
HSV(B)336º23.15%42.35%-
XYZ11.2510.1611.72-
YUV91.62128.78139.69-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.03%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=38.03%
G=29.23%
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.58
SystemRedGreenBlueCMYKHSL
Decimal108839300.230.140.5833613.0937.45
Hex6C535D017E3A150d25
Octal15412313502716725201545
Binary11011001010011101110101011111101110101010100001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,83,93); }

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

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

 a { background-color: rgb(108,83,93); }

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

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

 span { border-color: rgb(108,83,93); }

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