#6C4F5F

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

Shades of Cosmic #6C4F5F

Tints of Cosmic #6C4F5F

Color information

#6C4F5F (or 0x6C4F5F) is unknown color: approx Cosmic. HEX triplet: 6C, 4F and 5F. RGB value is (108,79,95). Sum of RGB (Red+Green+Blue) = 108+79+95=282 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.30% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C4F5F is #93B0A0. Grayscale: #595959. Windows color (decimal): -9679009 or 6246252. OLE color: 6246252.

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

Color convert

RGB1087995-
CMYK00.270.120.58
HSL326.9º15.51%36.67%-
HSV(B)326.9º26.85%42.35%-
XYZ11.059.6112.1-
YUV89.49131.11141.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.30%
GREEN value IS 79 (31.25% from 255) = 28.01%
BLUE value IS 95 (37.5% from 255) = 33.69%
R=38.30%
G=28.01%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108799500.270.120.58326.915.5136.67
Hex6C4F5F01BC3A1471025
Octal15411713703314725072045
Binary110110010011111011111011011110011101010100011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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