#6C5C79

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

Shades of Rum #6C5C79

Tints of Rum #6C5C79

Color information

#6C5C79 (or 0x6C5C79) is unknown color: approx Rum. HEX triplet: 6C, 5C and 79. RGB value is (108,92,121). Sum of RGB (Red+Green+Blue) = 108+92+121=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C5C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5C79 is #93A386. Grayscale: #636363. Windows color (decimal): -9675655 or 7953516. OLE color: 7953516.

HSL color Cylindrical-coordinate representation of color #6C5C79: hue angle of 273.1º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C5C79 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10892121-
CMYK0.110.2400.53
HSL273.1º13.62%41.76%-
HSV(B)273.1º23.97%47.45%-
XYZ13.4612.2219.74-
YUV100.09139.8133.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.64%
GREEN value IS 92 (36.33% from 255) = 28.66%
BLUE value IS 121 (47.66% from 255) = 37.69%
R=33.64%
G=28.66%
B=37.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108921210.110.2400.53273.113.6241.76
Hex6C5C79B18035111e2a
Octal15413417113300654211652
Binary11011001011100111100110111100001101011000100011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,92,121); }

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

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

 a { background-color: rgb(108,92,121); }

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

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

 span { border-color: rgb(108,92,121); }

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