#6C535E

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

Shades of Cosmic #6C535E

Tints of Cosmic #6C535E

Color information

#6C535E (or 0x6C535E) is unknown color: approx Cosmic. HEX triplet: 6C, 53 and 5E. RGB value is (108,83,94). Sum of RGB (Red+Green+Blue) = 108+83+94=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 108 - color contains mainly: red. Hex color #6C535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C535E is #93ACA1. Grayscale: #5B5B5B. Windows color (decimal): -9677986 or 6181740. OLE color: 6181740.

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

Color convert

RGB1088394-
CMYK00.230.130.58
HSL333.6º13.09%37.45%-
HSV(B)333.6º23.15%42.35%-
XYZ11.310.1811.96-
YUV91.73129.28139.61-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.89%
GREEN value IS 83 (32.81% from 255) = 29.12%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=37.89%
G=29.12%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108839400.230.130.58333.613.0937.45
Hex6C535E017D3A14ed25
Octal15412313602715725161545
Binary11011001010011101111001011111011110101010011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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