#6C4A61

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

Shades of Cosmic #6C4A61

Tints of Cosmic #6C4A61

Color information

#6C4A61 (or 0x6C4A61) is unknown color: approx Cosmic. HEX triplet: 6C, 4A and 61. RGB value is (108,74,97). Sum of RGB (Red+Green+Blue) = 108+74+97=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4A61 is #93B59E. Grayscale: #565656. Windows color (decimal): -9680287 or 6376044. OLE color: 6376044.

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

Color convert

RGB1087497-
CMYK00.310.100.58
HSL319.41º18.68%35.69%-
HSV(B)319.41º31.48%42.35%-
XYZ10.798.9512.47-
YUV86.79133.76143.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.71%
GREEN value IS 74 (29.30% from 255) = 26.52%
BLUE value IS 97 (38.28% from 255) = 34.77%
R=38.71%
G=26.52%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108749700.310.100.58319.4118.6835.69
Hex6C4A6101FA3A13f1324
Octal15411214103712724772344
Binary110110010010101100001011111101011101010011111110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,74,97); }

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

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

 a { background-color: rgb(108,74,97); }

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

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

 span { border-color: rgb(108,74,97); }

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