#6C3A56

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

Shades of Finn #6C3A56

Tints of Finn #6C3A56

Color information

#6C3A56 (or 0x6C3A56) is unknown color: approx Finn. HEX triplet: 6C, 3A and 56. RGB value is (108,58,86). Sum of RGB (Red+Green+Blue) = 108+58+86=252 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.86% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3A56 is #93C5A9. Grayscale: #4C4C4C. Windows color (decimal): -9684394 or 5651052. OLE color: 5651052.

HSL color Cylindrical-coordinate representation of color #6C3A56: hue angle of 326.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 #6C3A56 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB1085886-
CMYK00.460.200.58
HSL326.4º30.12%32.55%-
HSV(B)326.4º46.3%42.35%-
XYZ9.386.899.64-
YUV76.14133.56150.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.86%
GREEN value IS 58 (23.05% from 255) = 23.02%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=42.86%
G=23.02%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108588600.460.200.58326.430.1232.55
Hex6C3A5602E143A1461e21
Octal1547212605624725063641
Binary1101100111010101011001011101010011101010100011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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