#6C4755

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

Shades of Finn #6C4755

Tints of Finn #6C4755

Color information

#6C4755 (or 0x6C4755) is unknown color: approx Finn. HEX triplet: 6C, 47 and 55. RGB value is (108,71,85). Sum of RGB (Red+Green+Blue) = 108+71+85=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4755 is #93B8AA. Grayscale: #535353. Windows color (decimal): -9681067 or 5588844. OLE color: 5588844.

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

Color convert

RGB1087185-
CMYK00.340.210.58
HSL337.3º20.67%35.1%-
HSV(B)337.3º34.26%42.35%-
XYZ10.088.359.68-
YUV83.66128.76145.36-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.91%
GREEN value IS 71 (28.12% from 255) = 26.89%
BLUE value IS 85 (33.59% from 255) = 32.20%
R=40.91%
G=26.89%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108718500.340.210.58337.320.6735.1
Hex6C4755022153A1511523
Octal15410712504225725212543
Binary11011001000111101010101000101010111101010101000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,71,85); }

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

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

 a { background-color: rgb(108,71,85); }

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

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

 span { border-color: rgb(108,71,85); }

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