#6C5963

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

Shades of Cosmic #6C5963

Tints of Cosmic #6C5963

Color information

#6C5963 (or 0x6C5963) is unknown color: approx Cosmic. HEX triplet: 6C, 59 and 63. RGB value is (108,89,99). Sum of RGB (Red+Green+Blue) = 108+89+99=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5963 is #93A69C. Grayscale: #5F5F5F. Windows color (decimal): -9676445 or 6510956. OLE color: 6510956.

HSL color Cylindrical-coordinate representation of color #6C5963: hue angle of 328.42º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6C5963 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB1088999-
CMYK00.180.080.58
HSL328.42º9.64%38.63%-
HSV(B)328.42º17.59%42.35%-
XYZ12.0111.2313.34-
YUV95.82129.79136.69-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.49%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 99 (39.06% from 255) = 33.45%
R=36.49%
G=30.07%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108899900.180.080.58328.429.6438.63
Hex6C596301283A148a27
Octal15413114302210725101247
Binary11011001011001110001101001010001110101010010001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,89,99); }

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

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

 a { background-color: rgb(108,89,99); }

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

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

 span { border-color: rgb(108,89,99); }

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