#6C4F5E

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

Shades of Cosmic #6C4F5E

Tints of Cosmic #6C4F5E

Color information

#6C4F5E (or 0x6C4F5E) is unknown color: approx Cosmic. HEX triplet: 6C, 4F and 5E. RGB value is (108,79,94). Sum of RGB (Red+Green+Blue) = 108+79+94=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C4F5E is #93B0A1. Grayscale: #595959. Windows color (decimal): -9679010 or 6180716. OLE color: 6180716.

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

Color convert

RGB1087994-
CMYK00.270.130.58
HSL328.97º15.51%36.67%-
HSV(B)328.97º26.85%42.35%-
XYZ119.5911.86-
YUV89.38130.61141.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.43%
GREEN value IS 79 (31.25% from 255) = 28.11%
BLUE value IS 94 (37.11% from 255) = 33.45%
R=38.43%
G=28.11%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108799400.270.130.58328.9715.5136.67
Hex6C4F5E01BD3A1491025
Octal15411713603315725112045
Binary110110010011111011110011011110111101010100100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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