#6D4C5C

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

Shades of Finn #6D4C5C

Tints of Finn #6D4C5C

Color information

#6D4C5C (or 0x6D4C5C) is unknown color: approx Finn. HEX triplet: 6D, 4C and 5C. RGB value is (109,76,92). Sum of RGB (Red+Green+Blue) = 109+76+92=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4C5C is #92B3A3. Grayscale: #575757. Windows color (decimal): -9614244 or 6048877. OLE color: 6048877.

HSL color Cylindrical-coordinate representation of color #6D4C5C: hue angle of 330.91º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D4C5C is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB1097692-
CMYK00.300.160.57
HSL330.91º17.84%36.27%-
HSV(B)330.91º30.28%42.75%-
XYZ10.829.1911.33-
YUV87.69130.43143.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.35%
GREEN value IS 76 (30.08% from 255) = 27.44%
BLUE value IS 92 (36.33% from 255) = 33.21%
R=39.35%
G=27.44%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109769200.300.160.57330.9117.8436.27
Hex6D4C5C01E103914b1224
Octal15511413403620715132244
Binary1101101100110010111000111101000011100110100101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,76,92); }

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

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

 a { background-color: rgb(109,76,92); }

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

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

 span { border-color: rgb(109,76,92); }

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