#6C4A5F

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

Shades of Cosmic #6C4A5F

Tints of Cosmic #6C4A5F

Color information

#6C4A5F (or 0x6C4A5F) is unknown color: approx Cosmic. HEX triplet: 6C, 4A and 5F. RGB value is (108,74,95). Sum of RGB (Red+Green+Blue) = 108+74+95=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4A5F is #93B5A0. Grayscale: #565656. Windows color (decimal): -9680289 or 6244972. OLE color: 6244972.

HSL color Cylindrical-coordinate representation of color #6C4A5F: hue angle of 322.94º 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 #6C4A5F is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB1087495-
CMYK00.310.120.58
HSL322.94º18.68%35.69%-
HSV(B)322.94º31.48%42.35%-
XYZ10.78.9111.98-
YUV86.56132.76143.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.99%
GREEN value IS 74 (29.30% from 255) = 26.71%
BLUE value IS 95 (37.5% from 255) = 34.30%
R=38.99%
G=26.71%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108749500.310.120.58322.9418.6835.69
Hex6C4A5F01FC3A1431324
Octal15411213703714725032344
Binary110110010010101011111011111110011101010100001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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