#6D535C

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

Shades of Cosmic #6D535C

Tints of Cosmic #6D535C

Color information

#6D535C (or 0x6D535C) is unknown color: approx Cosmic. HEX triplet: 6D, 53 and 5C. RGB value is (109,83,92). Sum of RGB (Red+Green+Blue) = 109+83+92=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 109 - color contains mainly: red. Hex color #6D535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D535C is #92ACA3. Grayscale: #5B5B5B. Windows color (decimal): -9612452 or 6050669. OLE color: 6050669.

HSL color Cylindrical-coordinate representation of color #6D535C: hue angle of 339.23º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D535C is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB1098392-
CMYK00.240.160.57
HSL339.23º13.54%37.65%-
HSV(B)339.23º23.85%42.75%-
XYZ11.3310.2111.5-
YUV91.8128.11140.27-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.38%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 92 (36.33% from 255) = 32.39%
R=38.38%
G=29.23%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109839200.240.160.57339.2313.5437.65
Hex6D535C0181039153e26
Octal15512313403020715231646
Binary110110110100111011100011000100001110011010100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,83,92); }

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

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

 a { background-color: rgb(109,83,92); }

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

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

 span { border-color: rgb(109,83,92); }

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