#6C555E

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

Shades of Cosmic #6C555E

Tints of Cosmic #6C555E

Color information

#6C555E (or 0x6C555E) is unknown color: approx Cosmic. HEX triplet: 6C, 55 and 5E. RGB value is (108,85,94). Sum of RGB (Red+Green+Blue) = 108+85+94=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 108 - color contains mainly: red. Hex color #6C555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C555E is #93AAA1. Grayscale: #5C5C5C. Windows color (decimal): -9677474 or 6182252. OLE color: 6182252.

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

Color convert

RGB1088594-
CMYK00.210.130.58
HSL336.52º11.92%37.84%-
HSV(B)336.52º21.3%42.35%-
XYZ11.4510.4912.01-
YUV92.9128.62138.77-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.63%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 94 (37.11% from 255) = 32.75%
R=37.63%
G=29.62%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108859400.210.130.58336.5211.9237.84
Hex6C555E015D3A151c26
Octal15412513602515725211446
Binary11011001010101101111001010111011110101010100011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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