#6C3A51

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

Shades of Finn #6C3A51

Tints of Finn #6C3A51

Color information

#6C3A51 (or 0x6C3A51) is unknown color: approx Finn. HEX triplet: 6C, 3A and 51. RGB value is (108,58,81). Sum of RGB (Red+Green+Blue) = 108+58+81=247 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.72% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3A51 is #93C5AE. Grayscale: #4B4B4B. Windows color (decimal): -9684399 or 5323372. OLE color: 5323372.

HSL color Cylindrical-coordinate representation of color #6C3A51: hue angle of 332.4º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C3A51 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB1085881-
CMYK00.460.250.58
HSL332.4º30.12%32.55%-
HSV(B)332.4º46.3%42.35%-
XYZ9.186.818.61-
YUV75.57131.06151.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.72%
GREEN value IS 58 (23.05% from 255) = 23.48%
BLUE value IS 81 (32.03% from 255) = 32.79%
R=43.72%
G=23.48%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108588100.460.250.58332.430.1232.55
Hex6C3A5102E193A14c1e21
Octal1547212105631725143641
Binary1101100111010101000101011101100111101010100110011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,58,81); }

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

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

 a { background-color: rgb(108,58,81); }

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

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

 span { border-color: rgb(108,58,81); }

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