#6C4D5E

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

Shades of Cosmic #6C4D5E

Tints of Cosmic #6C4D5E

Color information

#6C4D5E (or 0x6C4D5E) is unknown color: approx Cosmic. HEX triplet: 6C, 4D and 5E. RGB value is (108,77,94). Sum of RGB (Red+Green+Blue) = 108+77+94=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C4D5E is #93B2A1. Grayscale: #585858. Windows color (decimal): -9679522 or 6180204. OLE color: 6180204.

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

Color convert

RGB1087794-
CMYK00.290.130.58
HSL327.1º16.76%36.27%-
HSV(B)327.1º28.7%42.35%-
XYZ10.869.311.81-
YUV88.21131.27142.12-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.71%
GREEN value IS 77 (30.47% from 255) = 27.60%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=38.71%
G=27.60%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108779400.290.130.58327.116.7636.27
Hex6C4D5E01DD3A1471124
Octal15411513603515725072144
Binary110110010011011011110011101110111101010100011110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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