#6C4457

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

Shades of Finn #6C4457

Tints of Finn #6C4457

Color information

#6C4457 (or 0x6C4457) is unknown color: approx Finn. HEX triplet: 6C, 44 and 57. RGB value is (108,68,87). Sum of RGB (Red+Green+Blue) = 108+68+87=263 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.06% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4457 is #93BBA8. Grayscale: #525252. Windows color (decimal): -9681833 or 5719148. OLE color: 5719148.

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

Color convert

RGB1086887-
CMYK00.370.190.58
HSL331.5º22.73%34.51%-
HSV(B)331.5º37.04%42.35%-
XYZ9.978.0110.04-
YUV82.13130.75146.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.06%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 87 (34.38% from 255) = 33.08%
R=41.06%
G=25.86%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108688700.370.190.58331.522.7334.51
Hex6C4457025133A14c1723
Octal15410412704523725142743
Binary11011001000100101011101001011001111101010100110010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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