#6C3D58

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

Shades of Finn #6C3D58

Tints of Finn #6C3D58

Color information

#6C3D58 (or 0x6C3D58) is unknown color: approx Finn. HEX triplet: 6C, 3D and 58. RGB value is (108,61,88). Sum of RGB (Red+Green+Blue) = 108+61+88=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3D58 is #93C2A7. Grayscale: #4E4E4E. Windows color (decimal): -9683624 or 5782892. OLE color: 5782892.

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

Color convert

RGB1086188-
CMYK00.440.190.58
HSL325.53º27.81%33.14%-
HSV(B)325.53º43.52%42.35%-
XYZ9.617.2310.12-
YUV78.13133.57149.3-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.02%
GREEN value IS 61 (24.22% from 255) = 23.74%
BLUE value IS 88 (34.77% from 255) = 34.24%
R=42.02%
G=23.74%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108618800.440.190.58325.5327.8133.14
Hex6C3D5802C133A1461c21
Octal1547513005423725063441
Binary1101100111101101100001011001001111101010100011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,61,88); }

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

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

 a { background-color: rgb(108,61,88); }

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

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

 span { border-color: rgb(108,61,88); }

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