#6C5773

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

Shades of Rum #6C5773

Tints of Rum #6C5773

Color information

#6C5773 (or 0x6C5773) is unknown color: approx Rum. HEX triplet: 6C, 57 and 73. RGB value is (108,87,115). Sum of RGB (Red+Green+Blue) = 108+87+115=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 115 - color contains mainly: blue. Hex color #6C5773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5773 is #93A88C. Grayscale: #606060. Windows color (decimal): -9676941 or 7559020. OLE color: 7559020.

HSL color Cylindrical-coordinate representation of color #6C5773: hue angle of 285º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C5773 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10887115-
CMYK0.060.2400.55
HSL285º13.86%39.61%-
HSV(B)285º24.35%45.1%-
XYZ12.6911.2417.72-
YUV96.47138.46136.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.84%
GREEN value IS 87 (34.38% from 255) = 28.06%
BLUE value IS 115 (45.31% from 255) = 37.10%
R=34.84%
G=28.06%
B=37.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108871150.060.2400.5528513.8639.61
Hex6C577361803711de28
Octal1541271636300674351650
Binary1101100101011111100111101100001101111000111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,87,115); }

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

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

 a { background-color: rgb(108,87,115); }

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

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

 span { border-color: rgb(108,87,115); }

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